framestream 0.1.2

Frame Streams implementation in Rust
Documentation
1
2
3
4
5
6
7
8
#![allow(dead_code)]

pub const CONTROL_ACCEPT: u32 = 0x01;
pub const CONTROL_START: u32 = 0x02;
pub const CONTROL_STOP: u32 = 0x03;
pub const CONTROL_READY: u32 = 0x04;
pub const CONTROL_FINISH: u32 = 0x05;
pub const CONTROL_FIELD_CONTENT_TYPE: u32 = 0x01;