kevy-map 1.26.6

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.26.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6339d2e6868ab0ccad08e93f4b9644b4347f915daa83f10d51d8530b24d5cd1d"

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

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