toad-map 0.2.3

Map / Dictionary trait that is no_std and heap-allocator-optional
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"

[[package]]
name = "toad-len"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819ba7124b9324c03a7043145430b0df5b10374543785d3cc5f773b9c0e36b37"
dependencies = [
 "tinyvec",
]

[[package]]
name = "toad-map"
version = "0.2.3"
dependencies = [
 "tinyvec",
 "toad-len",
]