kevy-map 1.4.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.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a043760180d854ee5b07194c683f7c950168aab91f977edee62a845958834b7"

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

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