Adding textcode library as a dependency

Run this command in a terminal, in your project's directory:

cargo add textcode

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

textcode = "0.3.1"

The textcode library will be automatically available globally. Read the textcode library documentation.

Back to the crate overview.