Docs.rs
  • kip_db-0.1.2-alpha.26.fix1
    • kip_db 0.1.2-alpha.26.fix1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KKould
    • Dependencies
      • async-trait ^0.1.57 normal
      • bincode ^1.3.3 normal
      • bytes ^1.2.1 normal
      • chrono ^0.4.19 normal
      • clap ^4.4.6 normal
      • crc32fast ^1.3.2 normal
      • fslock ^0.2.1 normal
      • futures ^0.3 normal
      • integer-encoding ^3.0.4 normal
      • itertools ^0.10.3 normal
      • lz4 ^1.23.1 normal
      • parking_lot ^0.12.1 normal
      • prost ^0.12 normal optional
      • rand ^0.8.5 normal
      • rocksdb ^0.21.0 normal optional
      • serde ^1.0.89 normal
      • skiplist ^0.5.1 normal
      • sled ^0.34.7 normal optional
      • thiserror ^1.0.24 normal
      • tokio ^1.21.2 normal
      • tokio-stream ^0.1.9 normal
      • tokio-util ^0.7.3 normal
      • tonic ^0.10.2 normal optional
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • assert_cmd ^0.11.0 dev
      • criterion ^0.3.5 dev
      • predicates ^1.0.0 dev
      • rand ^0.8.5 dev
      • tempfile ^3.0.7 dev
      • tokio-test ^0.4.2 dev
      • walkdir ^2.2.7 dev
      • tonic-build ^0.10.2 build optional
    • Versions
    • 10.93% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

kip_db0.1.2-alpha.26.fix1

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
?
Settings

List of all items

Structs

  • config::KipConfig
  • kernel::io::IoFactory
  • kernel::lsm::mvcc::Transaction
  • kernel::lsm::mvcc::TransactionIter
  • kernel::lsm::storage::Config
  • kernel::lsm::storage::KipStorage
  • kernel::utils::bloom_filter::BitVector
  • kernel::utils::bloom_filter::BloomFilter
  • kernel::utils::bloom_filter::FixedHasher
  • kernel::utils::lru_cache::LruCache
  • kernel::utils::lru_cache::LruCacheIter
  • kernel::utils::lru_cache::ShardingLruCache

Enums

  • error::ConnectionError
  • error::KernelError
  • kernel::CommandData
  • kernel::io::FileExtension
  • kernel::io::IoType
  • kernel::lsm::compactor::CompactTask
  • kernel::lsm::iterator::Seek
  • kernel::lsm::mvcc::CheckType
  • kernel::lsm::trigger::TriggerType

Traits

  • kernel::Storage
  • kernel::io::IoReader
  • kernel::io::IoWriter
  • kernel::lsm::iterator::Iter
  • kernel::lsm::iterator::SeekIter

Type Aliases

  • kernel::KernelResult
  • kernel::lsm::compactor::SeekScope

Constants

  • DEFAULT_PORT
  • LOCAL_IP