Docs.rs
  • alder-0.10.0
    • alder 0.10.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • frondeus
    • Dependencies
      • alder-derive =0.2.3 normal optional
      • derive_more ^0.99.2 normal
      • itertools ^0.8.2 normal
      • termion ^1.5.5 normal optional
      • unicode-segmentation ^1.6.0 normal
      • unicode-xid ^0.2.0 normal
      • alder-derive =0.2.3 dev
      • test-case ^1.0.0 dev
    • Versions
    • 0% 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

alder0.10.0

Crate Items

  • Macros
  • Structs
  • Traits
  • Functions

List of all items

Structs

  • AsExtra
  • Map
  • Node
  • NodeId
  • ParseError
  • ParseErrorContext
  • Parsed
  • Span
  • State
  • WithExtra

Traits

  • Ast
  • NodeParserExt
  • Offset
  • Parser
  • Problem
  • StateExt
  • UtfExt
  • utf::StateExt

Macros

  • node_ids

Functions

  • chomp
  • chomp_if
  • chomp_until
  • chomp_until_eof
  • chomp_while
  • field
  • infix
  • infix_inner
  • inline_ws0
  • is_digits
  • is_hex
  • is_inline_ws
  • is_line_ending
  • is_ws
  • is_xid_continue
  • is_xid_start
  • line_ending0
  • map
  • next
  • no_extra
  • node
  • none
  • nth
  • peek
  • peek_nth
  • raise
  • recognize
  • recognize1
  • recover
  • testing::snap
  • token
  • utf::chomp
  • utf::chomp_if
  • utf::chomp_until
  • utf::chomp_until_eof
  • utf::chomp_while
  • utf::next
  • utf::nth
  • utf::peek
  • utf::peek_nth
  • v_node
  • with_extra
  • ws0