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

#529 in Data structures

Download history 9434/week @ 2024-10-27 10591/week @ 2024-11-03 12114/week @ 2024-11-10 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 11307/week @ 2025-02-09

46,080 downloads per month
Used in 58 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