Functionsยง
- emit_
message - Emit a complete message struct with Pack and Unpack implementations.
- emit_
read - Emit code to read a field from
r: &mut BitReader<'_>. - emit_
write - Emit code to write a field to
w: &mut BitWriter. - is_
byte_ aligned - Returns true if the type is byte-aligned (i.e., not sub-byte).