kevy-map 1.27.6

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

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

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