Docs.rs
  • pest-2.7.5
    • pest 2.7.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • Crates.io
    • Source
    • Owners
    • dragostis
    • github:pest-parser:admins
    • Dependencies
      • memchr ^2 normal
      • serde ^1.0.145 normal
      • serde_json ^1.0.85 normal
      • thiserror ^1.0.37 normal
      • ucd-trie ^0.1.5 normal
      • criterion ^0.5.1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

pest2.7.5

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Lines
  • LinesSpan
  • ParserState
  • Position
  • Span
  • Stack
  • error::Error
  • iterators::FlatPairs
  • iterators::Pair
  • iterators::Pairs
  • iterators::Tokens
  • pratt_parser::Op
  • pratt_parser::PrattParser
  • pratt_parser::PrattParserMap
  • prec_climber::Operator
  • prec_climber::PrecClimber

Enums

  • Atomicity
  • Lookahead
  • MatchDir
  • Token
  • error::ErrorVariant
  • error::InputLocation
  • error::LineColLocation
  • pratt_parser::Assoc
  • prec_climber::Assoc

Traits

  • Parser
  • RuleType

Macros

  • fails_with
  • parses_to

Functions

  • merge_spans
  • set_call_limit
  • state

Type Aliases

  • ParseResult