1 unstable release
0.1.0 | Mar 24, 2024 |
---|
#1428 in Embedded development
9KB
129 lines
smoltcp
implementation for rmodbus
Usage
Add an entry to your Cargo.toml
:
[dependencies]
smoltcp-rmodbus = "0.1.0"
Features
defmt-03
: Addsdefmt::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
: Addsdefmt::Format
derives for all types and enables the equivalent feature for all dependencies that support it.
Dependencies
~3MB
~63K SLoC