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

#528 in Data structures

Download history 9720/week @ 2024-11-17 8069/week @ 2024-11-24 10222/week @ 2024-12-01 8686/week @ 2024-12-08 9053/week @ 2024-12-15 4194/week @ 2024-12-22 5228/week @ 2024-12-29 8902/week @ 2025-01-05 10160/week @ 2025-01-12 11854/week @ 2025-01-19 10660/week @ 2025-01-26 11510/week @ 2025-02-02 11323/week @ 2025-02-09 10214/week @ 2025-02-16 11304/week @ 2025-02-23 9194/week @ 2025-03-02

42,979 downloads per month
Used in 62 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