kevy-map 1.8.1

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.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a59173d0930f529169bad610acb783c734fcee12a8557d0302a23f6005b689d3"

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

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