kevy-map 1.11.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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "429614524763809d8323de85c8c4062889d118e1fb73b88a6abad5b402f3c447"

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

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