resq-software/crates is a
ten-crate workspace containing the unified resq CLI, seven TUI tools,
a shared TUI library, and resq-dsa (no_std).
| Crate | Role |
|---|---|
resq | Unified CLI entrypoint |
resq-health | TUI: service health |
resq-deploy | TUI: deployment workflow |
resq-logs | TUI: log inspection |
resq-perf | TUI: performance metrics |
resq-flame | TUI: flamegraph viewer |
resq-bin | TUI: binary inspector |
resq-clean | TUI: cleanup helper |
resq-tui | Shared TUI library |
resq-dsa | no_std data structures |
See the
README for the
authoritative crate list and CLI reference.
Install the CLI
resq --help to discover subcommands.
Use the no_std utilities
resq-dsa is no_std by default and works in embedded contexts.
Call the API directly
For ad-hoc Rust clients, usereqwest and serde_json:
expires_at is Unix seconds. See Authentication and
Errors for handling guidance.
Next
API reference
Full endpoint catalog.
Other SDKs
TypeScript, Python, .NET, and more.