seedlink-rs-protocol 0.2.0

SeedLink protocol types, commands, and frame parsing
Documentation
1
2
3
4
5
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
pub enum ProtocolVersion {
    V3,
    V4,
}