kevy-map 1.8.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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3828ea56c7b5acf3654cda8de817e6af5c35d9584b20aeb7459cd17be50e8e86"

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

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