kevy-map 2.0.21

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

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

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