kevy-map 2.0.3

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

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

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