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

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

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