kevy-map 1.24.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.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce0be322a25a70a8bc4ea75f9b9ee7a66cb816513d6d507878000c5fda8d19f"

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

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