kevy-map 1.29.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.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32be983667641b8b53374d9bbab1dc6cb4c8f4ed860d8e0bfac8af33e0b92944"

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

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