flex_array 0.2.5

A `#[no_std]` flexible array much like std::Vec but with custom indices and length and capacity types.
Documentation
1
2
3
4
5
6
mod array;
mod inner;
#[cfg(test)]
mod tests;

pub use array::FlexArr;