Module properties

Source
Expand description

Definitions for parser and serializer combinators and their properties.

Re-exports§

pub use crate::errors::*;
pub use crate::utils::*;

Traits§

Combinator
Implementation for parser and serializer combinators. A combinator’s view must be a SecureSpecCombinator.
SecureSpecCombinator
Theorems and lemmas that must be proven for a combinator to be considered correct and secure.
SpecCombinator
Specification for parser and serializer Combinators. All Vest combinators must implement this trait.