2 releases
0.1.2 | Jun 21, 2019 |
---|---|
0.1.1 | Jun 21, 2019 |
#1593 in Data structures
35KB
381 lines
New Rust Project
This crate houses several wrappers and convenience macros over std
collections that guarantee
that they will never be empty. This is particularly useful for modeling APIs and data that need
a non-empty invariant and reducing potential error cases by using types rather than
conventions.
The crate provides an optional serde feature, which provides implementations of
serde::Serialize
/serde::Deserialize
.
Dependencies
~175KB