#smoltcp #defmt #rmodbus #defmt-03

smoltcp-rmodbus

为 rmodbus 实现的 smoltcp

1 个不稳定版本

0.1.0 2024年3月24日

#927 in 嵌入式开发

MPL-2.0 许可证

9KB
129

smoltcprmodbus 实现的

用法

在您的 Cargo.toml 中添加条目

[dependencies]
smoltcp-rmodbus = "0.1.0"

功能

  • defmt-03:为所有类型添加 defmt::Format 派生,并为支持它的所有依赖项启用等效功能。

最低支持的 Rust 版本

直到这个软件包成熟之前,不会对最低支持的 Rust 版本做出任何保证。


lib.rs:

smoltcprmodbus 实现的

用于在嵌入式或 no_std 环境中使用 Modbus。

功能

  • defmt-03:为所有类型添加 defmt::Format 派生,并为支持它的所有依赖项启用等效功能。

依赖关系

~3MB
~63K SLoC