polymap 0.0.6

A map containing varying types of value with compact storage
docs.rs failed to build polymap-0.0.6
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: polymap-0.3.0

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;