embedded_profiling
Run this command in a terminal, in your project's directory:
cargo add embedded-profiling
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
embedded-profiling = "0.3.0"
The embedded_profiling library will be automatically available globally. Read the embedded_profiling library documentation.
Back to the crate overview.