Expand description
This crate content context container implementation for Binator.
Structs§
- First
- Used to determine by Keep and Stack to determine their Behavior
- Ignore
- A Context container that ignore all Atom
- Keep
- Will keep only the first or the last Element that was feed to it.
- Last
- Used to determine by Keep and Stack to determine their Behavior
- Stack
- Will keep the last Stack of elements feed to it.
Enums§
- Tree
- Will keep the full tree of elements feed to it.