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

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

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