kevy-map 1.10.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.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6329031ff4fee506002fd4aea232e11eff51984160b63799258db0260e3ec8f"

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

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