Adding spdf_output library as a dependency

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

cargo add spdf-output

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

spdf-output = "0.2.0-alpha.2"

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

Back to the crate overview.