Crates.io | concord-client |
lib.rs | concord-client |
version | 0.0.5 |
source | src |
created_at | 2024-07-28 21:14:29.559544 |
updated_at | 2024-08-28 02:58:05.542759 |
description | A client library for walmartlabs/concord written in async Rust |
homepage | |
repository | |
max_upload_size | |
id | 1318251 |
size | 26,941 |
A work-in-progress high-level 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_command
warn!
and error!
messages should include how likely the error is a bug:
(possibly a bug)
, (likely a bug)
, etc. ApiError
messages, however, should
not include this information, as the interpretation of the error is up to the
caller.