Expand description
SeedLink protocol types, commands, and frame parsing.
This crate provides the shared protocol layer for SeedLink v3/v4, used by both the client and server crates.
Re-exports§
pub use command::Command;pub use error::Result;pub use error::SeedlinkError;pub use frame::DataFrame;pub use frame::PayloadFormat;pub use frame::PayloadSubformat;pub use frame::RawFrame;pub use info::InfoLevel;pub use response::Response;pub use sequence::SequenceNumber;pub use version::ProtocolVersion;