rodbus 1.6.0-M1

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 = "enable-tls")]
pub(crate) mod tls;