Docs.rs
  • sqlite-parser-nom-1.0.0
    • sqlite-parser-nom 1.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • andrusha
    • Dependencies
      • memmap2 ^0.5.8 normal
      • nom ^7.1.1 normal
      • thiserror ^1.0.38 normal
      • rusqlite ^0.28.0 dev
      • tempfile ^3.3.0 dev
    • Versions
    • 6.67% 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
    • 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

sqlite_parser_nom1.0.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • Reader
  • error::OwnedBytes
  • model::CellOffset
  • model::Database
  • model::DbHeader
  • model::IndexCellPayload
  • model::InteriorIndexCell
  • model::InteriorIndexPage
  • model::InteriorPageHeader
  • model::InteriorTableCell
  • model::InteriorTablePage
  • model::LeafIndexCell
  • model::LeafIndexPage
  • model::LeafPageHeader
  • model::LeafTableCell
  • model::LeafTablePage
  • model::PageSize
  • model::RawText
  • model::TableCellPayload

Enums

  • error::SQLiteError
  • model::Page
  • model::Payload
  • model::SerialType
  • model::TextEncoding

Functions

  • parser::database
  • parser::db_header
  • parser::page
  • parser::root_page