kevy-map 1.23.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.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3813d34a4aad94f6688962ea193021f2d44227242ade7943042ef27afe5604d2"

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

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