1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
[![MIT][s2]][l2] [![Latest Version][s1]][l1] [![docs][s3]][l3] [![Chat on Miaou][s4]][l4]
[s1]: https://img.shields.io/crates/v/strict.svg
[l1]: https://crates.io/crates/strict
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[l2]: LICENSE
[s3]: https://docs.rs/strict/badge.svg
[l3]: https://docs.rs/strict/
[s4]: https://miaou.dystroy.org/static/shields/room.svg
[l4]: https://miaou.dystroy.org/3
# strict
Provides the NonEmptyVec, a vec guaranteed to hold at least one element.
Probably redundant with other better libs.
Alternatives:
* [non-empty](https://docs.rs/crate/non-empty/0.1.0)
|