Docs.rs
  • heed-0.22.0
    • heed 0.22.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Kerollmops
    • Dependencies
      • bitflags ^2.9.0 normal
      • byteorder ^1.5.0 normal
      • heed-traits ^0.20.0 normal
      • heed-types ^0.21.0 normal
      • libc ^0.2.170 normal
      • lmdb-master-sys ^0.2.5 normal
      • once_cell ^1.20.3 normal
      • page_size ^0.6.0 normal
      • serde ^1.0.218 normal optional
      • synchronoise ^1.0.1 normal
      • memchr ^2.7.4 dev
      • serde ^1.0.218 dev
      • tempfile ^3.18.0 dev
      • url ^2.5.4 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

heed0.22.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Database
  • DatabaseFlags
  • DatabaseOpenOptions
  • DatabaseStat
  • Env
  • EnvClosingEvent
  • EnvFlags
  • EnvInfo
  • EnvOpenOptions
  • LmdbVersion
  • PutFlags
  • ReservedSpace
  • RoIter
  • RoPrefix
  • RoRange
  • RoRevIter
  • RoRevPrefix
  • RoRevRange
  • RoTxn
  • RwIter
  • RwPrefix
  • RwRange
  • RwRevIter
  • RwRevPrefix
  • RwRevRange
  • RwTxn

Enums

  • AnyTls
  • CompactionOption
  • DefaultComparator
  • Error
  • FlagSetMode
  • IntegerComparator
  • MdbError
  • Unspecified
  • WithTls
  • WithoutTls
  • iteration_method::MoveBetweenKeys
  • iteration_method::MoveOnCurrentKeyDuplicates
  • iteration_method::MoveThroughDuplicateValues

Traits

  • BytesDecode
  • BytesEncode
  • Comparator
  • LexicographicComparator
  • TlsUsage
  • iteration_method::IterationMethod

Functions

  • env_closing_event
  • lmdb_version

Type Aliases

  • BoxedError
  • Result