rodbus 1.4.0

A high-performance async implementation of the Modbus protocol using tokio
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod function;
pub(crate) mod traits;

pub(crate) mod bits;
pub(crate) mod buffer;
pub(crate) mod frame;
mod parse;
pub(crate) mod phys;
mod serialize;