kevy-map 1.27.9

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

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

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