kevy-map 3.17.1

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

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

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