Adding prima_datadog library as a dependency

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

cargo add prima_datadog

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

prima_datadog = "0.9.2"

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

Back to the crate overview.