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

#364 in Data structures

Download history 666/week @ 2024-01-19 704/week @ 2024-01-26 1527/week @ 2024-02-02 1630/week @ 2024-02-09 1454/week @ 2024-02-16 1436/week @ 2024-02-23 2267/week @ 2024-03-01 3586/week @ 2024-03-08 3160/week @ 2024-03-15 3457/week @ 2024-03-22 2364/week @ 2024-03-29 3545/week @ 2024-04-05 3672/week @ 2024-04-12 2771/week @ 2024-04-19 3446/week @ 2024-04-26 4771/week @ 2024-05-03

15,201 downloads per month
Used in 25 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