Skip to main content

Module fns

Module fns 

Source
Expand description

Type aliases and trait implementations allowing plain spec_fns to serve as combinators.

Type Aliases§

ByteLenFnSpec
A spec-level function that computes the serialized byte length of a value.
ParserFnSpec
A spec-level parser function.
SerializerDPSFnSpec
A spec-level serializer function in the “DPS” style.
SerializerFnSpec
A spec-level serializer function.