kevy-map 1.26.3

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

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

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