kevy-map 1.43.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.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea7396bc8899c0bac5e2f6b679f4090f48cf2ff588a9b35b9950af27b10e892"

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

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