Adding pseudo_term library as a dependency

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

cargo add pseudo_term

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

pseudo_term = "3.0.0"

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

Back to the crate overview.