kevy-map 1.37.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.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f5d8ff79b82a6da3280159a012c0ad405b0e835a837d821ba7f0f38922ca92"

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

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