kevy-map 1.18.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.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a3f5663eb32eeb530e738342a3c94d4c9778d815cdf49f230e486bfb0fd3475"

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

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