Module cookie_factory::combinator
source · Expand description
basic serializers
Functions§
- Reserves space for the
Before
combinator, applies theGen
combinator, then applies theBefore
combinator with the output fromGen
onto the reserved space. - Applies a serializer if the condition is true
- Writes an hex string to the output
- Skips over some input bytes without writing anything
- Writes a byte slice to the output
- Writes a string slice to the output