#smoltcp #defmt-03 #derive #format #features #type #rmodbus

smoltcp-rmodbus

A smoltcp implementation for rmodbus

1 unstable release

0.1.0 Mar 24, 2024

#6 in #smoltcp

33 downloads per month

MPL-2.0 license

9KB
129 lines

smoltcp implementation for rmodbus

Usage

Add an entry to your Cargo.toml:

[dependencies]
smoltcp-rmodbus = "0.1.0"

Features

  • defmt-03: Adds defmt::Format derives for all types and enables the equivalent feature for all dependencies that support it.

Minimum supported Rust version

There will not yet be any guarantees for the minimum supported Rust version until this crate reaches maturity.


lib.rs:

smoltcp implementation for rmodbus

For using Modbus in embedded or no_std environments.

Features

  • defmt-03: Adds defmt::Format derives for all types and enables the equivalent feature for all dependencies that support it.

Dependencies

~3MB
~63K SLoC