kevy-map 1.49.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.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2e664432e8d28c6a1bb78e4aa277d6aed7dc941c76ccff0c472317c1fb00d1"

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

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