modbus-relay 2025.11.0

A high performance Modbus TCP to RTU relay
Documentation
mod backoff;
mod config;
mod connection;
mod frame;
mod init;
mod io_operation;
mod kinds;
mod relay;
mod rts;
mod transport;

pub use kinds::ClientErrorKind;
pub use kinds::FrameErrorKind;
pub use kinds::FrameFormatKind;
pub use kinds::FrameSizeKind;
pub use kinds::ProtocolErrorKind;
pub use kinds::SerialErrorKind;
pub use kinds::SystemErrorKind;

pub use backoff::BackoffError;
pub use config::ConfigValidationError;
pub use connection::ConnectionError;
pub use frame::FrameError;
pub use init::InitializationError;
pub use io_operation::IoOperation;
pub use relay::RelayError;
pub use rts::RtsError;
pub use transport::TransportError;