spacepacket 0.1.2

A CCSDS compliant spacepacket en/de-coder with CRC and Sink/Stream support.
Documentation
1
2
3
4
5
6
7
//! TeleCommand (TC; CCSDS 231.0-B-4 )
//! and Telemetry (TM; CCSDS 132.0-B-3 ) Transfer Frame
//! definitions, en/de-coding.
pub mod cltu;
pub(crate) mod randomizer;
pub mod tc;
pub mod tm;