Adding embedded_hal_async_mock library as a dependency

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

cargo add embedded-hal-async-mock

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

embedded-hal-async-mock = "0.0.0"

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

Back to the crate overview.