kevy-map 1.19.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.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9121de0ad028d3c3f66cb78dfd3c0521d6bb9aa60a7db58c96a4e30f1d08f50"

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

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