polymap 0.2.0

A map containing varying types of value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "polymap"
description = "A map containing varying types of value"

documentation = "https://docs.rs/polymap/"
homepage = "https://github.com/murarth/polymap"
repository = "https://github.com/murarth/polymap"

keywords = ["any", "container", "map"]
license = "MIT/Apache-2.0"
readme = "README.md"

version = "0.2.0"
authors = ["Murarth <murarth@gmail.com>"]

[dev-dependencies]
rand = "0.3"