Adding d4 library as a dependency

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

cargo add d4

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

d4 = "0.3.9"

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

Back to the crate overview.