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

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

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