dpc-simplemap 0.1.0

Simple map with default value and compacting.
Documentation

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 use no_hash_state branch.

In Carto.toml

[dependencies]
dpc-simplemap = "*"

In src/main.rs:

extern crate simplemap;