| Crates.io | map1 |
| lib.rs | map1 |
| version | 0.1.2 |
| created_at | 2019-06-21 16:07:22.02721+00 |
| updated_at | 2019-06-21 18:01:15.556218+00 |
| description | @ErichDonGubler's fancy template for new Rust projects |
| homepage | |
| repository | https://github.com/erichdongubler/map1-rs |
| max_upload_size | |
| id | 142617 |
| size | 58,303 |
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.