kevy-map 1.12.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 = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee911a5e74e273387fb3a9e47bc155e72461592e6fcb7e6552e656d6a3770e3"

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

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