polymap 0.1.0

A map containing varying types of value with compact storage
Documentation

polymap

A map containing varying types of value with compact storage.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
polymap = "*"

And this to your crate root:

extern crate polymap;