kevy-map 1.35.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.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069ea403b4d8c5016586fb519fb7d506f058066ced716b1b7a461062d6a2e8a9"

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

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