Docs.rs
mem0-rust-0.2.0
mem0-rust 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
YASSERRMD
Dependencies
async-openai ^0.25
normal
optional
async-trait ^0.1
normal
chrono ^0.4
normal
hex ^0.4
normal
ollama-rs ^0.2
normal
optional
pgvector ^0.4
normal
optional
qdrant-client ^1.12
normal
optional
redis ^0.27
normal
optional
reqwest ^0.12
normal
rusqlite ^0.32
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
sqlx ^0.8
normal
optional
thiserror ^2.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
uuid ^1.10
normal
tokio-test ^0.4
dev
tracing-subscriber ^0.3
dev
Versions
93.56%
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
Files
mem0_rust/utils/
mod.rs
1
//! Utility modules for mem0-rust.
2
3
mod
filters;
4
5
pub use
filters::
*
;