word-dictionary 0.1.2

This crate provides a data structure for word mapping. It can be used for language translation.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "concat-with"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45527fc9cdf65d432ee7f5f5648a3a598809d543200bd78efa770392fcc22e4f"

[[package]]
name = "slash-formatter"
version = "3.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14767fe9eb59d7034230b374f7619514640a3a104af2f2bd4adad4cfde33ffbf"
dependencies = [
 "concat-with",
]

[[package]]
name = "trim-in-place"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"

[[package]]
name = "word-dictionary"
version = "0.1.2"
dependencies = [
 "slash-formatter",
 "trim-in-place",
]