[package] name = "eytzinger-map" description = "array/vec based map using eytzinger search algorithm" version = "0.1.1" homepage = "https://github.com/youknowone/eytzinger-map" documentation = "https://docs.rs/eytzinger-map" repository = "https://github.com/youknowone/eytzinger-map" authors = ["Jeong YunWon "] edition = "2018" license = "BSD-2-Clause" keywords = ["arraymap", "vecmap", "binary-search", "eytzinger"] [dependencies] "eytzinger" = "1"