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

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

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