Docs.rs
  • solar-parse-0.1.2
    • solar-parse 0.1.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • onbjerg
    • DaniPopes
    • Dependencies
      • alloy-primitives ^0.8 normal
      • bitflags ^2.4 normal
      • bumpalo ^3.14 normal
      • itertools >=0.10, <=0.14 normal
      • memchr ^2.7 normal
      • num-bigint ^0.4 normal
      • num-rational ^0.4 normal
      • num-traits ^0.2 normal
      • smallvec ^1 normal
      • solar-ast ^0.1.2 normal
      • solar-data-structures ^0.1.2 normal
      • solar-interface ^0.1.2 normal
      • tracing ^0.1 normal
      • expect-test ^1.4 dev
    • Versions
    • 88.66% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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
logo

solar_parse0.1.2

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • Parser
  • lexer::Cursor
  • lexer::Lexer
  • lexer::token::RawToken
  • token::Token
  • token::TokenLit

Enums

  • lexer::token::RawLiteralKind
  • lexer::token::RawTokenKind
  • lexer::unescape::EscapeError
  • lexer::unescape::Mode
  • token::BinOpToken
  • token::CommentKind
  • token::Delimiter
  • token::TokenDescription
  • token::TokenKind
  • token::TokenLitKind

Functions

  • lexer::is_id_continue
  • lexer::is_id_start
  • lexer::is_ident
  • lexer::is_whitespace
  • lexer::unescape::parse_string_literal
  • lexer::unescape::try_parse_string_literal
  • lexer::unescape::unescape_literal

Type Aliases

  • PErr
  • PResult