Crate pipe_chain
source ·Expand description
Fatal Error
Combinator library.
This crate is an
Contribution
Found a problem or have a suggestion? Feel free to open an issue.
Re-exports
pub use self::pipe::*;
Modules
- bytes related combinators
- Predefined parsers
- Pipes combinators
- str related combinators
Traits
- Implemented by TakeAtom::Atom to have an atom length
- Combinator trait
- Helper trait to recognize a tag
- Implemented by types usable with take_while
Functions
- recognize the given tag at the begining of input
- creates a pipe that takes
qtyof TakeAtom - Returns the longest input that matches the predicate
Type Aliases
- Convenience type to simplify the signature of pipe result types