cl-generic-vec 0.4.0

a vector implementation that can be used in `no_std` envioronments
Documentation
1
2
3
4
5
6
#[cfg(any(doc, feature = "nightly"))]
pub(crate) mod nightly;
#[cfg(not(any(doc, feature = "nightly")))]
pub(crate) mod stable;

const INIT_ALLOC_CAPACITY: usize = 4;