Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5283,6 +5283,23 @@
}
]
},
{
"group": "Rust",
"pages": [
"sdks/rust/api/README",
"sdks/rust/api/resq-ai",
"sdks/rust/api/resq-bin",
"sdks/rust/api/resq-clean",
"sdks/rust/api/resq-cli",
"sdks/rust/api/resq-deploy",
"sdks/rust/api/resq-dsa",
"sdks/rust/api/resq-flame",
"sdks/rust/api/resq-health",
"sdks/rust/api/resq-logs",
"sdks/rust/api/resq-perf",
"sdks/rust/api/resq-tui"
]
},
{
"group": "C++",
"pages": [
Expand Down Expand Up @@ -5619,4 +5636,4 @@
"website": "https://resq.software"
}
}
}
}
2 changes: 2 additions & 0 deletions scripts/splice-sdk-nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def main() -> int:
("TypeScript", "typescript", "sdks/typescript/api"),
(".NET", "dotnet", "sdks/dotnet/api"),
("Python", "python", "sdks/python/api"),
("Rust", "rust", "sdks/rust/api"),
("C++", "cpp", "sdks/cpp/api"),
]

new_subgroups = []
Expand Down
19 changes: 19 additions & 0 deletions sdks/rust/api/README.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ResQ Rust SDK

Auto-generated reference for [`resq-software/crates`](https://github.com/resq-software/crates) at ref `master`.

Each entry below lists a crate published from the workspace. Click through for the README plus a link to the canonical [docs.rs](https://docs.rs) API reference.

## Crates

- `resq-ai` — `v0.1.0`
- `resq-bin` — `v0.1.16`
- `resq-clean` — `v0.1.16`
- `resq-cli` — `v0.3.0`
- `resq-deploy` — `v0.1.16`
- `resq-dsa` — `v0.1.3`
- `resq-flame` — `v0.1.16`
- `resq-health` — `v0.1.16`
- `resq-logs` — `v0.1.16`
- `resq-perf` — `v0.1.16`
- `resq-tui` — `v0.1.8`
13 changes: 13 additions & 0 deletions sdks/rust/api/_pages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
"resq-ai",
"resq-bin",
"resq-clean",
"resq-cli",
"resq-deploy",
"resq-dsa",
"resq-flame",
"resq-health",
"resq-logs",
"resq-perf",
"resq-tui"
]
10 changes: 10 additions & 0 deletions sdks/rust/api/resq-ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# resq-ai

> **Version:** `v0.1.0` · **License:** `Apache-2.0` · **Crate:** [crates.io](https://crates.io/crates/resq-ai) · **API docs:** [docs.rs](https://docs.rs/resq-ai/0.1.0)

Multi-provider LLM abstraction for ResQ developer tools

_No README.md in source repo._

See [docs.rs](https://docs.rs/resq-ai/0.1.0) for full API reference.

Loading
Loading