Adding mock_usb_bus library as a dependency

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

cargo add mock-usb-bus

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

mock-usb-bus = "0.1.0"

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

Back to the crate overview.