kevy-map 1.27.2

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b70344c69f3845e199f0ca36d9819dcf3ea8993f899807e59c2e12d2c5246"

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

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