Adding term_transcript library as a dependency

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

cargo add term-transcript

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

term-transcript = "0.4.0"

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

Back to the crate overview.