async-modbus

Crates.ioasync-modbus
lib.rsasync-modbus
version0.2.0
created_at2025-11-14 08:42:20.184162+00
updated_at2026-01-08 15:09:15.708534+00
descriptionA lightweight asynchronous Modbus protocol implementation for embedded environments.
homepage
repositoryhttps://github.com/akeamc/async-modbus
max_upload_size
id1932466
size42,376
Åke Amcoff (akeamc)

documentation

https://docs.rs/async-modbus

README

async-modbus

async-modbus provides a lightweight implementation of Modbus requests and responses with the help of zerocopy. It is designed for resource-constrained environments (being no_std by default) like embedded systems but can be used in any Rust project.

There is a basic client implementation available behind the embedded-io feature flag (enabled by default).

Commit count: 6

cargo fmt