kevy-map 1.41.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 = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6589ba3b744007d606454e99ed629331562d043833c09efd5fbb58a0a8d46595"

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

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