eytzinger-map 0.1.1

array/vec based map using eytzinger search algorithm
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "eytzinger"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cee35ce156b23314b25785dd75e4f8d17813bda69f01d60875aa2645162c34b"
dependencies = [
 "nohash-hasher",
 "nonmax",
]

[[package]]
name = "eytzinger-map"
version = "0.1.1"
dependencies = [
 "eytzinger",
]

[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"

[[package]]
name = "nonmax"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287a6d20c39e398d0046fd7809c83fd3a12d42a3a0f4612f5028a8f5b5c4d0ce"