Docs.rs
microagents-storage-0.1.0
microagents-storage 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AstraBert
Dependencies
anyhow ^1.0.102
normal
async-trait ^0.1.89
normal
dirs ^6.0.0
normal
microagents-events ^0.1.0
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
tokio ^1.52.3
normal
tokio-rusqlite ^0.7.0
normal
chrono ^0.4.45
dev
serial_test ^3.5.0
dev
tempfile ^3
dev
Versions
95.65%
of the crate is documented
Platform
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
Skip to main content
Crate microagents_storage
microagents_
storage
0.1.0
All Items
Crate Items
Modules
Crate
microagents_
storage
Copy item path
Source
Modules
ยง
jsonl
JSON Lines (JSONL) file-based session storage.
memory
In-memory session storage.
sqlite
SQLite-backed session storage.
types
Core storage trait and backend selection types.