Adding text_writer library as a dependency

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

cargo add text_writer

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

text_writer = "0.1.11"

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

Back to the crate overview.