[package] name = "bimap_plus_map" version = "0.1.1" authors = ["jekto_vatimeliju "] edition = "2018" license = "MIT OR Apache-2.0" description = "`BiMapPlusMap` is made up of `BiMap` and `HashMap`; you can look up L from R, R from L, V from L and V from R. It is guaranteed that HashMap contains an element if and only if BiMap contain it." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bimap = "0.5.2"