Docs.rs
  • noa-parser-0.7.3
    • noa-parser 0.7.3
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Akanoa
    • Dependencies
      • thiserror ^2.0.12 normal
    • Versions
    • 80.67% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

noa_parser0.7.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • acceptor::Acceptor
  • bytes::primitives::number::Number
  • bytes::primitives::number::TokenNumber
  • bytes::primitives::string::DataString
  • bytes::primitives::whitespace::OptionalWhitespaces
  • bytes::primitives::whitespace::Whitespaces
  • peek::Peeking
  • peek::Until
  • peek::UntilEnd
  • peeker::Peeker
  • recognizer::Recognizer
  • scanner::Scanner
  • separated_list::SeparatedList

Enums

  • bytes::components::groups::GroupKind
  • bytes::primitives::binary_operator::BinaryOperator
  • bytes::token::Token
  • errors::ParseError
  • peek::PeekResult

Traits

  • matcher::Match
  • matcher::MatchSize
  • peek::Peekable
  • recognizer::Recognizable
  • recognizer::RecognizeSelf
  • visitor::Visitor

Functions

  • bytes::components::groups::match_for_balanced_group
  • bytes::components::groups::match_for_delimited_group
  • bytes::components::groups::match_group
  • bytes::matchers::match_char
  • bytes::matchers::match_number
  • bytes::matchers::match_pattern
  • bytes::matchers::match_string
  • peek::peek
  • recognizer::recognize

Type Aliases

  • errors::ParseResult