Docs.rs
  • lang_pt-0.1.2
    • lang_pt 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • creative-forest
    • Dependencies
      • once_cell ^1.16.0 normal
      • ptree ^0.4.0 normal
      • regex ^1.5 normal
      • serde_json ^1.0.85 dev
    • Versions
    • 42.17% 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

lang_pt0.1.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ASTNode
  • Cache
  • CacheKey
  • Code
  • CombinedTokenizer
  • DefaultParser
  • FltrPtr
  • ImplementationError
  • Lex
  • LexerlessParser
  • ParseError
  • Position
  • SuccessData
  • TokenPtr
  • TokenStream
  • Tokenizer
  • lexeme::Constants
  • lexeme::Mapper
  • lexeme::Middleware
  • lexeme::Pattern
  • lexeme::Punctuations
  • lexeme::StateMixin
  • lexeme::ThunkMapper
  • lexeme::ThunkStateMixin
  • production::Cacheable
  • production::Concat
  • production::ConstantField
  • production::ConstantFieldSet
  • production::EOFProd
  • production::Hidden
  • production::List
  • production::Lookahead
  • production::Node
  • production::NonStructural
  • production::NullProd
  • production::Nullable
  • production::PunctuationsField
  • production::RegexField
  • production::SeparatedList
  • production::Structural
  • production::Suffixes
  • production::TokenField
  • production::TokenFieldSet
  • production::Union
  • production::Validator

Enums

  • Log
  • ProductionError
  • examples::json::lexerless::JSONNode
  • examples::json::tokenized::JSONNode
  • examples::json::tokenized::JSONToken
  • lexeme::Action

Traits

  • ILexeme
  • IProduction
  • ITokenization
  • NodeImpl
  • TokenImpl
  • lexeme::LexemeBuilder
  • production::ProductionBuilder

Functions

  • examples::json::lexerless::json_lexerless_grammar
  • examples::json::tokenized::json_grammar
  • examples::json::tokenized::json_tokenizer

Type Aliases

  • ParsedResult
  • production::TSuffixMap