kevy-map 1.4.2

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

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

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