kevy-map 2.0.20

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

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

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