kevy-map 1.1.0

Open-addressing hashtable with bucket-addr prefetch API.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f6c4ef08c9987f96bfc7915201cf4d3c1a8686b1bc96be9964fd12b25964105"

[[package]]
name = "kevy-madvise"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28d66c1790487eb115c015a1d15697382faf140737fbbf5d7b3bc77059bd8ef"

[[package]]
name = "kevy-map"
version = "1.1.0"
dependencies = [
 "kevy-hash",
 "kevy-madvise",
]