6 releases
0.2.0 | Jan 12, 2024 |
---|---|
0.1.4 | Jul 13, 2020 |
0.1.3 | May 19, 2020 |
0.1.2 | Apr 22, 2020 |
#630 in Data structures
13,876 downloads per month
Used in 34 crates
(3 directly)
14KB
420 lines
strict
Provides the NonEmptyVec, a vec guaranteed to hold at least one element.
Probably redundant with other better libs.
Alternatives:
lib.rs
:
Provide some types with inherent bounds, useful when you want to avoid unwrap or want const matching.