[][src]Module cookie_factory::combinator

basic serializers

Functions

back_to_the_buffer

Reserves space for the Before combinator, applies the Gen combinator, then applies the Before combinator with the output from Gen 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