electricui-embedded 0.1.5

An unofficial and incomplete `no_std` Rust library for implementing the ElectricUI Binary Protocol
Documentation
1
2
3
4
5
6
7
8
pub use framing::Framing;
pub use packet::Packet;

pub mod framing;
pub mod packet;

pub(crate) type Field = ::core::ops::Range<usize>;
pub(crate) type Rest = ::core::ops::RangeFrom<usize>;