kevy-map 2.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 = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8704e55f7bf89459162ef20919914cab256c48ba8946799d3180be57990ff70d"

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

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