kevy-map 1.48.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.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61af356ea55a38765adc599b50c45e51bf8a006cc910e6c077e46be78581f237"

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

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