rodbus 1.4.0

A high-performance async implementation of the Modbus protocol using tokio
Documentation
1
2
3
4
5
6
pub(crate) mod client;
pub(crate) mod frame;
pub(crate) mod server;

#[cfg(feature = "tls")]
pub(crate) mod tls;