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