kevy-map 1.3.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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b666a4dcfdb6e88656475bb0c159001c5a4b6de1e921afd7e6298f149d8f7a"

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

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