A map containing varying types of value with compact storage.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] polymap = "*"
And this to your crate root:
rust extern crate polymap;