1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# polymap A map containing varying types of value. [Documentation](https://docs.rs/polymap/) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] polymap = "0.2" ``` And this to your crate root: ```rust extern crate polymap; ```