Crate byteserde_types
source ·Modules
Macros
- Generates a
tuplestructwith a given name for managing an ascii char allocated onstackusingu8. - Generates a
tuplestructwith a given name and a private ascii char allocated onstackusingu8whose value always set to parameterCONST. - see u16_tuple for more details and examples.
- see u16_tuple for more details and examples.
- see u16_tuple for more details and examples.
- This is a short hand macro for generateing a new
tuplestructtype for numerics like u32, i32, u64, i64, f32, f64, … Typically will not be used directly but instead will be called via one of the other macros likeu16_tuple,i16_tuple, … - Generates a
tuplestructwith a given name for managing an ascii string of fixed length. Buffer isstackallocated using[u8; LEN]. Macro argument signature is as follows: - Generates a
tuplestructwith a given name for managing a Numeric typeu16allocated onstack. - see u16_tuple for more details and examples.
- see u16_tuple for more details and examples.