kevy-map 4.1.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 = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "152a8806f84a993b618039b224bc9ab58398040e69f9860541f8f7a5fffb9828"

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

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