Expand description
basic serializers
Functionsยง
- back_
to_ the_ buffer - Reserves space for the
Before
combinator, applies theGen
combinator, then applies theBefore
combinator with the output fromGen
onto the reserved space. - cond
- Applies a serializer if the condition is true
- hex
- Writes an hex string to the output
- skip
- Skips over some input bytes without writing anything
- slice
- Writes a byte slice to the output
- string
- Writes a string slice to the output