ashv2 1.2.8

Implementation of the Asynchronous Serial Host (ASH) protocol.
Documentation
1
2
3
4
5
6
7
8
9
//! Protocol definitions for the communication layer.

pub use self::control_byte::ControlByte;
pub use self::randomization::Mask;
pub use self::stuffing::Stuffing;

mod control_byte;
mod randomization;
mod stuffing;