Expand description
Definitions for parser and serializer combinators and their properties.
Re-exports§
pub use crate::buf_traits::*;pub use crate::errors::*;
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
Combinators. All Vest combinators must implement this trait.