ashv2 1.2.4

Implementation of the Asynchronous Serial Host (ASH) protocol by Silicon Labs.
Documentation
1
2
3
4
5
6
7
//! Miscellaneous utility types and functions.

pub use hex_slice::HexSlice;
pub use wrapping_u3::WrappingU3;

mod hex_slice;
mod wrapping_u3;