kevy-map 1.38.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.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96dc522f9a4f440849383ffe8304236f0952971855a560cc381e196c2cb1f5e3"

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

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