/polymap

A map containing varying types of values

Primary LanguageRustApache License 2.0Apache-2.0

polymap

A map containing varying types of value.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
polymap = "0.2"

And this to your crate root:

extern crate polymap;