kevy-map 5.0.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 = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250ebd680ba80ddc8d1fd02b417925da1277b38b4a38259f3e7fa41fb4526dc2"

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

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