kevy-map 4.1.1

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 = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140e12f26ced819c2498ddb49045bf2bf7f1e5a8ee31e1ac19d132b020ba14a6"

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

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