Adding rmodbus library as a dependency

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

cargo add rmodbus

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

rmodbus = "0.12.2"

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

Back to the crate overview.