extern crate assert_matches;
/// Current version of the library
pub const VERSION: &str = env!;
/// Application layer types shared by both the master and outstation APIs
/// Types used to control decoding in the log
/// Types specific to the link-layer
/// Types and traits specific to masters
/// Types and traits specific to outstations
/// Entry points and types for serial
/// Entry points and types for TCP
/// Entry points and types for UDP
pub
pub