ashv2 1.2.8

Implementation of the Asynchronous Serial Host (ASH) protocol.
Documentation
1
2
3
4
5
//! Header types for frames that do not have a constant header value.

pub mod ack;
pub mod data;
pub mod nak;