Docs.rs
rust-langgraph-0.1.1
rust-langgraph 0.1.1
Permalink
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 topic
rust_
langgraph
0.1.1
Module topic
Module Items
Structs
In rust_
langgraph::
channels
rust_langgraph
::
channels
Module
topic
Copy item path
Source
Expand description
Topic channel implementation.
A channel that accumulates all written values as a sequence.
Structs
ยง
Topic
A channel that accumulates all written values.