5 releases
0.1.4 | Jul 13, 2020 |
---|---|
0.1.3 | May 19, 2020 |
0.1.2 | Apr 22, 2020 |
0.1.1 | Apr 16, 2020 |
0.1.0 | Apr 9, 2020 |
#1059 in Data structures
1,118 downloads per month
Used in broot
7KB
176 lines
strict
Provides the NonEmptyVec, a vec guaranteed to hold at least one element.
Probably redundant with other better libs.
Alternatives:
lib.rs
:
Provide the NonEmptyVec as I wanted it to be.
This small lib has better alternatives. I made it for my own consumption first.