ttmap 0.1.2

Trivial implementation of type map
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

[[package]]
name = "indexmap"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
dependencies = [
 "autocfg",
]

[[package]]
name = "smart-ptr"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26adc7097bf4ac954ebe47863bacf2587a62faa948ad4de38ba2e5546ed256f"

[[package]]
name = "ttmap"
version = "0.1.2"
dependencies = [
 "indexmap",
 "smart-ptr",
]