Docs.rs
  • sneed-0.0.19
    • sneed 0.0.19
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • A-Manning
    • Dependencies
      • educe ^0.6.0 normal
      • enum-ordinalize ^4.2.1 normal
      • fallible-iterator ^0.3 normal
      • heed ^0.21.0 normal
      • hex ^0.3 normal
      • strum ^0.20 normal
      • syn ^1.0.1 normal
      • thiserror ^1.0.41 normal
      • tokio ^1.37.0 normal optional
    • Versions
    • 21.88% 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

sneed0.0.19

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • UnitKey
  • db::DatabaseDup
  • db::DatabaseUnique
  • db::OpenOptions
  • db::RoDatabaseDup
  • db::RoDatabaseUnique
  • db::error::Clear
  • db::error::Delete
  • db::error::First
  • db::error::IterDuplicatesInit
  • db::error::IterInit
  • db::error::IterItem
  • db::error::Last
  • db::error::Len
  • db::error::Put
  • db::error::RangeInit
  • db::error::TryGet
  • db::error::inconsistent::And
  • db::error::inconsistent::ByKey
  • db::error::inconsistent::ByValue
  • db::error::inconsistent::Nor
  • db::error::inconsistent::Xor
  • env::Env
  • env::OpenOptions
  • env::error::CreateDb
  • env::error::NestedWriteTxn
  • env::error::OpenDb
  • env::error::OpenEnv
  • env::error::ReadTxn
  • env::error::WriteTxn
  • rotxn::RoTxn
  • rotxn::error::Commit
  • rwtxn::RwTxn
  • rwtxn::error::Commit

Enums

  • Error
  • db::error::Error
  • db::error::Get
  • db::error::Iter
  • db::error::IterDuplicates
  • db::error::Range
  • db::error::inconsistent::Error
  • db::error::inconsistent::KeyOrValue
  • env::error::Error
  • rotxn::error::Error
  • rwtxn::error::Error

Traits

  • db::Database
  • db::error::inconsistent::ByKeyOrValue