modbus-relay 2025.11.0

A high performance Modbus TCP to RTU relay
Documentation
1
2
3
4
5
6
7
8
9
mod data_bits;
mod parity;
mod rts_type;
mod stop_bits;

pub use data_bits::*;
pub use parity::*;
pub use rts_type::*;
pub use stop_bits::*;