| Crates.io | dpc-simplemap |
| lib.rs | dpc-simplemap |
| version | 0.1.0 |
| created_at | 2015-06-23 07:50:48.01636+00 |
| updated_at | 2016-03-23 06:28:35.244609+00 |
| description | Simple map with default value and compacting. |
| homepage | https://github.com/dpc/simplemap-rs |
| repository | https://github.com/dpc/simplemap-rs |
| max_upload_size | |
| id | 2453 |
| size | 30,728 |
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 use no_hash_state branch.
In Carto.toml
[dependencies]
dpc-simplemap = "*"
In src/main.rs:
extern crate simplemap;