word-dictionary 0.1.2

This crate provides a data structure for word mapping. It can be used for language translation.
Documentation
[dependencies.trim-in-place]
version = "0.1.5"

[dev-dependencies.slash-formatter]
version = "3.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["data-structures"]
description = "This crate provides a data structure for word mapping. It can be used for language translation."
edition = "2021"
homepage = "https://magiclen.org/words-transformer-rs"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["translation", "dictionary"]
license = "MIT"
name = "word-dictionary"
readme = "README.md"
repository = "https://github.com/magiclen/words-transformer-rs"
rust-version = "1.62"
version = "0.1.2"