# simplemap

Build Status crates.io Gitter Chat
Documentation

## Introduction Simple Map with default for missing values and compacting (removal of default values from underlying map). ## Usage 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;