Docs.rs
  • parsy-0.15.2
    • parsy 0.15.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ClementNerma
    • Dependencies
      • annotate-snippets ^0.11.5 normal optional
      • perfect-derive ^0.1.5 normal
      • serde ^1.0.219 normal optional
    • Versions
    • 25.28% 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

parsy0.15.2

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crate parsy

Source

Modules§

chainings
chars
combinators
containers
contentless
context
custom
helpers
tails
textuals
timed

Structs§

CodeLocation
CodeRange
LocationInString
LocationOutOfBoundsErr
ParserInput
ParsingError
ParsingErrorInner
SourceFileID
Span

Enums§

CodeRangeComparisonError
FileId
ParserExpectation

Traits§

Parser
A parser takes an input and tries to consume the upcoming character(s) and transform it into a value.

Type Aliases§

ParserResult