Docs.rs
  • teleparse-0.1.2
    • teleparse 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Pistonight
    • Dependencies
      • deref-derive ^0.1.0 normal
      • derivative ^2.2.0 normal
      • itertools ^0.14.0 normal
      • logos ^0.15.0 normal
      • num ^0.4.3 normal
      • serde ^1.0.219 normal optional
      • teleparse-macros =0.1.0 normal
      • thiserror ^2.0.12 normal
      • macrotest ^1.1.0 dev
      • trybuild ^1.0.105 dev
    • Versions
    • 53.3% 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

teleparse0.1.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • Parser
  • Span
  • Token
  • lex::Cell
  • lex::Iter
  • lex::LogosLexerWrapper
  • lex::Map
  • lex::Set
  • lex::Span
  • lex::Token
  • lex::TokenSlice
  • lex::TokenSrc
  • lex::TokenVec
  • parser::Info
  • parser::Parser
  • syntax::Error
  • syntax::Metadata
  • syntax::MetadataBuilder
  • syntax::TerminalSet
  • syntax::ast::Epsilon
  • syntax::first::First
  • syntax::first::FirstBuilder
  • syntax::first::FirstSet
  • syntax::follow::Follow
  • syntax::follow::FollowBuilder
  • syntax::follow::FollowSet
  • syntax::jump::Jump
  • syntax::jump::JumpTable
  • tp::Exists
  • tp::Loop
  • tp::Node
  • tp::Option
  • tp::Parse
  • tp::Plus
  • tp::Punct
  • tp::Quote
  • tp::Recover
  • tp::Split
  • tp::Star

Enums

  • GrammarError
  • syntax::ErrorKind
  • syntax::LitSet
  • syntax::ProductionEntry
  • syntax::Result
  • syntax::first::FirstInsert
  • syntax::first::FirstRel
  • syntax::follow::FollowRel

Traits

  • Lexer
  • Lexicon
  • Produce
  • Production
  • Root
  • ToSpan
  • lex::Lexer
  • lex::Lexicon
  • lex::ToSpan
  • parser::Produce
  • parser::Root
  • syntax::ast::Production

Macros

  • first_set
  • follow_set
  • lex::token_set
  • prelude::first_set
  • prelude::follow_set
  • prelude::terminal_set
  • prelude::token_set
  • syntax::terminal_set
  • terminal_set
  • token_set

Attribute Macros

  • derive_lexicon
  • derive_syntax
  • prelude::derive_lexicon
  • prelude::derive_syntax

Derive Macros

  • ToSpan
  • lex::ToSpan
  • prelude::Node
  • tp::Node

Type Aliases

  • Pos
  • lex::Pos
  • syntax::jump::LitJumpTable
  • tp::Nev
  • tp::NevDeque
  • tp::String
  • tp::Vec
  • tp::VecDeque