https://github.com/flareflo/opt_arrayvec
A tiny vector-like container allocated on the stack
https://github.com/flareflo/opt_arrayvec
array data-structure rust stack vector
Last synced: 8 months ago
JSON representation
A tiny vector-like container allocated on the stack
- Host: GitHub
- URL: https://github.com/flareflo/opt_arrayvec
- Owner: FlareFlo
- License: mit
- Created: 2024-06-03T13:16:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T23:42:02.000Z (about 2 years ago)
- Last Synced: 2025-10-09T03:32:21.993Z (8 months ago)
- Topics: array, data-structure, rust, stack, vector
- Language: Rust
- Homepage: https://crates.io/crates/opt_arrayvec
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OptArrayVec
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:: != size_of::>`
# MSRV
Currently, 1.65