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

#339 in Data structures

Download history 332/week @ 2023-12-18 265/week @ 2023-12-25 353/week @ 2024-01-01 196/week @ 2024-01-08 480/week @ 2024-01-15 693/week @ 2024-01-22 1093/week @ 2024-01-29 1605/week @ 2024-02-05 1352/week @ 2024-02-12 1562/week @ 2024-02-19 1405/week @ 2024-02-26 2644/week @ 2024-03-04 3439/week @ 2024-03-11 3271/week @ 2024-03-18 3255/week @ 2024-03-25 2624/week @ 2024-04-01

12,820 downloads per month
Used in 21 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