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

Download history 3606/week @ 2024-07-21 4117/week @ 2024-07-28 3317/week @ 2024-08-04 2952/week @ 2024-08-11 4570/week @ 2024-08-18 3117/week @ 2024-08-25 3375/week @ 2024-09-01 3772/week @ 2024-09-08 3576/week @ 2024-09-15 3927/week @ 2024-09-22 5200/week @ 2024-09-29 4895/week @ 2024-10-06 4898/week @ 2024-10-13 9161/week @ 2024-10-20 9434/week @ 2024-10-27 10587/week @ 2024-11-03

34,617 downloads per month
Used in 40 crates (5 directly)

MIT license

14KB
420 lines

MIT Latest Version docs Chat on Miaou

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.

No runtime deps