kevy-map 1.31.1

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

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

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