sunspec 0.9.0

SunSpec 1.1 compliant library with tokio support
Documentation
1
2
3
4
5
/// Every group and model implements this trait.
pub trait Group: Sized {
    /// Group length (without nested and repeating groups)
    const LEN: u16;
}