Docs.rs
rust-langgraph-0.1.1
rust-langgraph 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kareem2002-k
Dependencies
anyhow ^1.0
normal
async-openai ^0.24
normal
optional
async-trait ^0.1
normal
chrono ^0.4
normal
futures ^0.3
normal
pin-project ^1.1
normal
reqwest ^0.12
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
optional
thiserror ^1.0
normal
tokio ^1.40
normal
tokio-stream ^0.1
normal
tracing ^0.1
normal
uuid ^1.10
normal
proptest ^1.5
dev
tokio-test ^0.4
dev
Versions
99.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module checkpoint_backends
rust_
langgraph
0.1.1
Module checkpoint_
backends
Module Items
Modules
In crate rust_
langgraph
rust_langgraph
Module
checkpoint_
backends
Copy item path
Source
Expand description
Checkpoint backend implementations.
Modules
ยง
memory
In-memory checkpoint backend.