kevy-map 2.0.7

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

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

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