Docs.rs
  • lsm-0.4.1
    • lsm 0.4.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kaimast
    • Dependencies
      • async-trait ^0.1 normal
      • bloomfilter ^1 normal optional
      • byte-slice-cast ^1 normal
      • cfg-if ^1 normal
      • csv ^1 normal
      • futures ^0.3 normal
      • log ^0.4 normal
      • lru ^0.12 normal
      • memmap2 ^0.9 normal
      • parking_lot ^0.12 normal
      • snap ^1 normal optional
      • tokio ^1 normal
      • tokio-condvar ^0.3 normal
      • tokio-uring ^0.5 normal optional
      • kioto-uring-executor ^0.1 normal optional
      • tracing ^0.1 normal
      • zerocopy ^0.7 normal
      • clap ^4 dev
      • env_logger ^0.11 dev
      • tempfile ^3 dev
      • tokio ^1 dev
      • tracing-subscriber ^0.3 dev
      • tracing-tracy ^0.11 dev
    • Versions
    • 36.22% 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

lsm0.4.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • Database
  • Params
  • WriteBatch
  • WriteOptions
  • iterate::DbIterator
  • logic::DbLogic
  • manifest::Manifest
  • memtable::ImmMemtableRef
  • memtable::Memtable
  • memtable::MemtableEntryRef
  • memtable::MemtableIterator
  • memtable::MemtableRef
  • sorted_table::SortedTable
  • sorted_table::TableBuilder
  • sorted_table::TableIterator
  • tasks::TaskManager

Enums

  • Error
  • StartMode
  • WriteOp
  • logic::EntryRef
  • memtable::MemtableEntry
  • tasks::TaskType

Traits

  • sorted_table::InternalIterator
  • tasks::Task

Type Aliases

  • manifest::LevelId
  • manifest::SeqNumber
  • sorted_table::Key
  • sorted_table::TableId
  • sorted_table::Value

Constants

  • manifest::FIRST_TABLE_ID
  • manifest::INVALID_TABLE_ID