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

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

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