dpc-simplemap 0.0.3

Simple map with default value and compacting.
docs.rs failed to build dpc-simplemap-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dpc-simplemap-0.1.0

simplemap

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, stick with version 0.0.1.

In Carto.toml

[dependencies]
dpc-simplemap = "*"

In src/main.rs:

extern crate simplemap;