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

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

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