| Crates.io | polymap |
| lib.rs | polymap |
| version | 0.3.0 |
| created_at | 2015-01-06 19:13:14.819749+00 |
| updated_at | 2017-07-11 07:18:18.12589+00 |
| description | A map containing varying types of value |
| homepage | https://github.com/murarth/polymap |
| repository | https://github.com/murarth/polymap |
| max_upload_size | |
| id | 726 |
| size | 42,205 |
A map containing varying types of value.
Add this to your Cargo.toml:
[dependencies]
polymap = "0.2"
And this to your crate root:
extern crate polymap;