kevy-map 1.27.8

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

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

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