kevy-map 1.5.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 = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774c4b846ac34f9fdd191599d21c4f822fffe72b4763e19dc4173d5c3fc23d44"

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

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