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

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

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