Docs.rs
  • codeprism-storage-0.4.6
    • codeprism-storage 0.4.6
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • milliondreams
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • bincode ^1.3 normal
      • flate2 ^1.0 normal
      • rmp-serde ^1.1 normal
      • rusqlite ^0.30 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1.40 normal
      • tracing ^0.1 normal
      • zstd ^0.13 normal
      • insta ^1.40 dev
      • tempfile ^3.8 dev
      • testcontainers ^0.23 dev
      • testcontainers-modules ^0.11 dev
    • Versions
    • 64.03% 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

codeprism_storage0.4.6

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • AnalysisResult
  • CacheStats
  • EdgeReference
  • StorageManager
  • backends::FileAnalysisStorage
  • backends::FileGraphStorage
  • backends::InMemoryAnalysisStorage
  • backends::InMemoryGraphStorage
  • backends::SqliteGraphStorage
  • cache::LruCacheStorage
  • config::StorageConfig
  • graph::GraphMetadata
  • graph::SerializableEdge
  • graph::SerializableGraph
  • graph::SerializableNode
  • graph::SerializableSpan
  • serialization::Serializer

Enums

  • StorageBackend
  • serialization::CompressionAlgorithm
  • serialization::SerializationFormat

Traits

  • AnalysisStorage
  • CacheStorage
  • GraphStorage