kevy-map 2.0.12

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

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

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