| Crates.io | opt_arrayvec |
| lib.rs | opt_arrayvec |
| version | 0.1.0 |
| created_at | 2024-06-03 19:48:23.675985+00 |
| updated_at | 2024-06-03 19:48:23.675985+00 |
| description | Vector-like container with fixed capacity, using options instead of stored length |
| homepage | |
| repository | https://github.com/FlareFlo/opt_arrayvec |
| max_upload_size | |
| id | 1260429 |
| size | 9,929 |
A vector-like container that does not store its length directly, but rather retrieves them through inner options.
I highly discourage using this if size_of::<Yourtype> != size_of::<Option<Yourtype>>
Currently, 1.65