kevy-map 1.13.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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08331243c3239bc3a37d3a700fb2085af8c81ebd09f3b046185a05d2f1b96e6a"

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

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