kevy-map 1.27.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.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40fda3f3a7e95f67c9e90a1620349311662ae7f61d1dff6970610e18402cbba5"

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

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