1
2
3
4
5
6
7
#![allow(clippy::module_name_repetitions, clippy::missing_errors_doc)]

/// Module for communicating with PLCs using Hostlink.
pub mod device;

/// Contains implementations of the Hostlink protocol.
pub mod protocol;