kevy-map 1.27.3

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

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

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