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 |
#427 in Data structures
34,617 downloads per month
Used in 40 crates
(5 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.