Crate pipe_chain

source ·
Expand description

Fatal Error

Crate link Documentation License

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

Functions

  • recognize the given tag at the begining of input
  • creates a pipe that takes qty of TakeAtom
  • Returns the longest input that matches the predicate

Type Aliases

  • Convenience type to simplify the signature of pipe result types