| Crates.io | concord-client |
| lib.rs | concord-client |
| version | 0.0.9 |
| created_at | 2024-07-28 21:14:29.559544+00 |
| updated_at | 2025-05-01 12:25:46.711397+00 |
| description | A client library for walmartlabs/concord written in async Rust |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1318251 |
| size | 95,248 |
A work-in-progress wrapper for Concord API. Uses tokio for async I/O.
Depends on reqwest and tokio-tungstenite for HTTP and WebSocket support, respectively.
next_process and next_commandThe current feature set is enough to implement a bare-bones concord-agent in Rust.
All features are enabled by default.
api-client - access to Concord's REST APIs;queue-client - access to Concord's websocket API.