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

In Carto.toml

[dependencies]
dpc-simplemap = "*"

In src/main.rs:

extern crate simplemap;