Docs.rs
  • lsm-tree-2.10.0
    • lsm-tree 2.10.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • marvin-j97
    • Dependencies
      • byteorder ^1.5.0 normal
      • crossbeam-skiplist ^0.1.3 normal
      • double-ended-peekable ^0.1.0 normal
      • enum_dispatch ^0.3.13 normal
      • guardian ^1.1.0 normal
      • interval-heap ^0.0.5 normal
      • log ^0.4.22 normal
      • lz4_flex ^0.11.3 normal optional
      • miniz_oxide ^0.8.0 normal optional
      • path-absolutize ^3.1.1 normal
      • quick_cache ^0.6.5 normal
      • rustc-hash ^2.0.0 normal
      • self_cell ^1.0.4 normal
      • tempfile ^3.12.0 normal
      • value-log ~1.9 normal
      • varint-rs ^2.2.0 normal
      • xxhash-rust ^0.8.12 normal
      • criterion ^0.5.1 dev
      • fs_extra ^1.3.0 dev
      • half =2.4.0 dev
      • nanoid ^0.4.0 dev
      • rand ^0.9.0 dev
      • test-log ^0.2.16 dev
    • Versions
    • 100% 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
logo

lsm_tree2.10.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • BlobTree
  • Cache
  • Config
  • Memtable
  • Segment
  • SequenceNumberCounter
  • Slice
  • Snapshot
  • Tree
  • compaction::Fifo
  • compaction::Input
  • compaction::Leveled
  • compaction::SizeTiered
  • gc::Report
  • gc::SpaceAmpStrategy
  • gc::StaleThresholdStrategy

Enums

  • AnyTree
  • CompressionType
  • DecodeError
  • EncodeError
  • Error
  • TreeType
  • ValueType
  • Version
  • compaction::Choice

Traits

  • AbstractTree
  • BlobCache
  • compaction::CompactionStrategy
  • gc::Strategy

Type Aliases

  • KvPair
  • Result
  • SeqNo
  • UserKey
  • UserValue
  • compaction::Levelled