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