kevy-map 1.0.4

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

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

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