rodbus 1.5.0-RC2

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;