Docs.rs
  • persistent-map-0.1.2
    • persistent-map 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ss-sonic
    • Dependencies
      • async-trait ^0.1 normal
      • csv ^1.3 normal optional
      • dashmap ^6 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • sled ^0.34 normal optional
      • thiserror ^2.0.12 normal
      • tokio ^1.36 normal optional
      • tokio-rusqlite ^0.6 normal optional
      • anyhow ^1.0.79 dev
      • tempfile ^3.8 dev
      • tokio ^1.36 dev
    • Versions
    • 96.3% of the crate is documented
  • Go to latest version
  • 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
    • 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

persistent_map0.1.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • PersistentMap
  • in_memory::InMemoryBackend
  • sqlite::SqliteBackend

Enums

  • PersistentError

Traits

  • StorageBackend

Type Aliases

  • Result