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

#449 in Data structures

Download history 3219/week @ 2024-03-14 3389/week @ 2024-03-21 2704/week @ 2024-03-28 3387/week @ 2024-04-04 3586/week @ 2024-04-11 2934/week @ 2024-04-18 3147/week @ 2024-04-25 4815/week @ 2024-05-02 3234/week @ 2024-05-09 3422/week @ 2024-05-16 3259/week @ 2024-05-23 3639/week @ 2024-05-30 3061/week @ 2024-06-06 4415/week @ 2024-06-13 4508/week @ 2024-06-20 3401/week @ 2024-06-27

16,113 downloads per month
Used in 29 crates (3 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