Docs.rs
  • sqlite3-parser-0.7.0
    • sqlite3-parser 0.7.0
    • Docs.rs crate page
    • Apache-2.0/MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • gwenn
    • Dependencies
      • bitflags ^2.0 normal
      • fallible-iterator ^0.2 normal
      • indexmap ^1.9 normal
      • log ^0.4 normal
      • memchr ^2.0 normal
      • phf ^0.11 normal
      • smallvec >=1.6.1 normal
      • uncased ^0.9 normal
      • env_logger ^0.10 dev
      • cc ^1.0 build
      • phf_codegen ^0.11 build
      • phf_shared ^0.11 build
      • uncased ^0.9 build
    • Versions
    • 20% of the crate is documented
  • Go to latest version
  • 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
    • 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

logo

Module dialect

  • Enums
  • Constants
  • Functions
  • Type Definitions
?
Change settings

Module sqlite3_parser::dialect

source ·
Expand description

SQLite dialect

Enums

  • TokenType
    Token classes

Constants

  • MAX_KEYWORD_LEN

Functions

  • from_bytes
  • from_token
  • is_identifier
  • is_identifier_continue
  • is_identifier_start
  • keyword_token

Type Definitions

  • Token
    Token value (lexeme)