Docs.rs
  • prsqlite-0.1.0
    • prsqlite 0.1.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kawasin73
    • Dependencies
      • anyhow ^1 normal
      • thiserror ^1 normal
      • rusqlite ^0.28.0 dev
      • tempfile ^3 dev
    • Versions
    • 0% 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

prsqlite0.1.0

  • All Items

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

Crate prsqlite

Source

Structs§

BtreeLeafTableCell
BtreeLeafTablePage
BtreePageHeader
DatabaseHeader
SQLiteSchema

Enums§

Error
Record

Constants§

BTREE_PAGE_HEADER_MAX_SIZE
BTREE_PAGE_TYPE_INTERIOR_INDEX
BTREE_PAGE_TYPE_INTERIOR_TABLE
BTREE_PAGE_TYPE_LEAF_INDEX
BTREE_PAGE_TYPE_LEAF_TABLE
DATABASE_HEADER_SIZE

Functions§

parse_record

Type Aliases§

PageId