kevy-map 1.46.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.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528f0f3f9f23ccaa811dee94a1e955ebf82b0d855d9601cd015cccd930b39b73"

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

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