Expand description
Definitions for parser and serializer combinators and their properties.
Re-exports§
Traits§
- Combinator
- Implementation for parser and serializer combinators. A combinator’s view must be a
SecureSpecCombinator
. - Secure
Spec Combinator - Theorems and lemmas that must be proven for a combinator to be considered correct and secure.
- Spec
Combinator - Specification for parser and serializer
Combinator
s. All Vest combinators must implement this trait.