Simple Map with default for missing values and compacting (removal of default values from underlying map).
Simplemap version 0.0.2 compiles only with Rust nightly. If you want stable-compatibility, stick with version 0.0.1.
In Carto.toml
[dependencies]
dpc-simplemap = "*"
In src/main.rs
:
extern crate simplemap;