2 releases

0.1.2 Jun 21, 2019
0.1.1 Jun 21, 2019

#1462 in Data structures

MPL-2.0 license

35KB
381 lines

New Rust Project

License Crates.io Docs.rs Matrix chat

last release date repo activity contributors Build Status

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

~180KB