Skip to main content
The ResQ Rust workspace at 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).
See the README for the authoritative crate list and CLI reference.

Install the CLI

After install, run 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, use reqwest 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.