kevy-map 5.3.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 = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c726cd89a39b2c6bb5b9aaef9fb2d20d118301197692a19432ffc5925c2335da"

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

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