Adding pcs library as a dependency

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

cargo add pcs

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

pcs = "0.8.3"

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

Back to the crate overview.