wordcut_engine
Run this command in a terminal, in your project"s directory:
cargo add wordcut-engine
To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
wordcut-engine = "1.1.9"
The wordcut_engine library will be automatically available globally. Read the wordcut_engine library documentation.
Back to the crate overview.