kevy-map 1.26.4

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

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

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