kevy-map 1.31.2

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

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

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