An open API service indexing awesome lists of open source software.

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

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