kevy-map 1.33.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.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4543a371722ecd61fd99255db51472847a7c394f09d6143007608e599af119af"

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

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