Adding rdif_power library as a dependency

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

cargo add --dev rdif-power

to add it a dev dependency (if it's used only in tests, not in the final product). To add it as a regular run-time dependency, run:

cargo add rdif-power

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

rdif-power = "0.7.1"

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

Back to the crate overview.