modbus-relay 2025.11.0

A high performance Modbus TCP to RTU relay
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod client_error;
mod frame_error;
mod frame_format;
mod frame_size;
mod protocol_error;
mod serial_error;
mod system_error;

pub use client_error::ClientErrorKind;
pub use frame_error::FrameErrorKind;
pub use frame_format::FrameFormatKind;
pub use frame_size::FrameSizeKind;
pub use protocol_error::ProtocolErrorKind;
pub use serial_error::SerialErrorKind;
pub use system_error::SystemErrorKind;