Docs.rs
  • bbolt-rs-1.3.10
    • bbolt-rs 1.3.10
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ambaxter
    • Dependencies
      • aliasable ^0.1.3 normal
      • anyhow ^1.0.89 normal
      • bumpalo ^3.16 normal
      • bytemuck ^1.18 normal
      • byteorder ^1.5.0 normal
      • clap ^4.5 normal
      • document-features ^0.2.10 normal
      • fake ^2.9.2 normal
      • fnv_rs ^0.4.3 normal
      • fs4 ^0.9 normal
      • getset ^0.1.3 normal
      • hashbrown ^0.14.5 normal
      • itertools ^0.13.0 normal
      • log ^0.4.22 normal
      • memmap2 ^0.9.4 normal
      • monotonic-timer ^1.0.0 normal
      • once_cell ^1.19.0 normal
      • page_size ^0.6.0 normal
      • parking_lot ^0.12.3 normal
      • pin-project ^1.1.5 normal
      • rand ^0.8.5 normal
      • size ^0.4.1 normal
      • tempfile ^3.12 normal
      • thiserror ^1.0.63 normal
      • typed-builder ^0.20 normal
      • cfg_aliases ^0.2.0 build
      • aligners ^0.0.10 normal
      • aligners ^0.0.10 normal
    • Versions
    • 81.75% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

bbolt_rs1.3.10

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Bolt
  • BoltOptions
  • BoltOptionsBuilder
  • BucketImpl
  • BucketIter
  • BucketIterMut
  • BucketRwImpl
  • BucketStats
  • CursorImpl
  • CursorRwImpl
  • DbInfo
  • DbStats
  • EntryIter
  • PageInfo
  • PgId
  • TxId
  • TxImpl
  • TxRef
  • TxRwImpl
  • TxRwRef
  • TxStats

Enums

  • DbPath
  • Error

Traits

  • BucketApi
  • BucketRwApi
  • CursorApi
  • CursorRwApi
  • DbApi
  • DbRwAPI
  • TxApi
  • TxCheck
  • TxRwApi
  • TxRwRefApi

Functions

  • util::compact

Type Aliases

  • Result