2 releases
0.0.2 | May 24, 2020 |
---|---|
0.0.1 | May 24, 2020 |
#869 in Data structures
43,366 downloads per month
Used in typed-store
7KB
87 lines
This crate provides a set of traits that can be used to abstract over
various collection types. In particular, it supports traits for fallible
operations (such as [TryExtend
]) which are useful for supporting
fixed-capacity containers, such as heapless::Vec
or tinyvec::Array
.
No runtime deps
Features
- alloc