Adding wordcut_engine library as a dependency

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:

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.