kevy-map 6.4.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-bench"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8538c293af786b2deae412e5ab043337818eaede796d9082457e98a4aa00a551"

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

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

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