Docs.rs
  • laps-0.1.7
    • laps 0.1.7
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • MaxXSoft
    • Dependencies
      • colored ^2.1.0 normal optional
      • laps_macros ^0.1.5 normal optional
      • unicode-width ^0.1.10 normal
      • criterion ^0.5.1 dev
    • Versions
    • 100% 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

laps0.1.7

Crate Items

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

List of all items

Structs

  • ast::NonEmptyOptSepSeq
  • ast::NonEmptySepSeq
  • ast::NonEmptySeq
  • ast::OptPrefix
  • ast::OptSepSeq
  • ast::OptTokenPrefix
  • ast::Quoted
  • ast::SepSeq
  • ast::TokenPrefix
  • lexer::Lexer
  • reader::ByteReader
  • reader::Reader
  • span::Location
  • span::Span
  • token::Lookahead
  • token::Token
  • token::TokenBuffer

Enums

  • ast::NonEmptySepList
  • span::Error
  • span::FileType

Traits

  • input::InputStream
  • lexer::IntLiteral
  • lexer::Tokenize
  • parse::Parse
  • span::LocationUpdate
  • span::Spanned
  • span::TrySpan
  • token::TokenStream
  • token::Tokenizer

Macros

  • log_error
  • log_fatal_error
  • log_raw_error
  • log_raw_fatal_error
  • log_raw_warning
  • log_warning
  • prelude::token_ast
  • return_error
  • token::token_ast

Attribute Macros

  • prelude::token_kind
  • token::token_kind

Derive Macros

  • lexer::Tokenize
  • parse::Parse
  • prelude::Parse
  • prelude::Spanned
  • prelude::Tokenize
  • span::Spanned

Functions

  • lexer::char_literal
  • lexer::int_literal
  • lexer::signed_int_literal
  • lexer::str_literal

Type Aliases

  • ast::SepList
  • span::Result