Docs.rs
agentic-memory-0.4.1
agentic-memory 0.4.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
omoshola-o
Dependencies
argon2 ^0.5
normal
optional
base64 ^0.22
normal
blake3 ^1.5
normal
chacha20poly1305 ^0.10
normal
optional
chrono ^0.4
normal
clap ^4
normal
optional
clap_complete ^4
normal
optional
crc32fast ^1.3
normal
dirs ^5.0
normal
hex ^0.4
normal
log ^0.4
normal
lz4_flex ^0.11
normal
optional
memmap2 ^0.9
normal
optional
rustyline ^14
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
toml ^0.8
normal
uuid ^1.0
normal
criterion ^0.5
dev
env_logger ^0.11
dev
rand ^0.8
dev
tempfile ^3
dev
Versions
80.66%
of the crate is documented
Platform
i686-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
Skip to main content
Files
agentic_memory/ffi/
mod.rs
1
//! C-compatible FFI bindings for cross-language use.
2
3
pub mod
c_api;