kevy-map 3.17.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 = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871050dfcdd19e2f5fa96711be5626d04396de21ef4358390e64c76dac5d49fe"

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

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