Skip to main content

rustmod_core/frame/
mod.rs

1//! Transport-layer framing for Modbus TCP (MBAP) and RTU (CRC-16).
2
3pub mod rtu;
4pub mod tcp;