kevy-map 1.1.1

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

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

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