Adding codspeed_divan_compat_walltime library as a dependency

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

cargo add --dev codspeed-divan-compat-walltime

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 codspeed-divan-compat-walltime

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

codspeed-divan-compat-walltime = "4.2.0"

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

Back to the crate overview.