docs(rivetkit): add rust quickstart preview#5182
Conversation
Adds a dedicated RivetKit Rust quickstart marked as preview. Documents how to build/run the local rivet-engine, start the examples/rust-counter runtime with rivetkit-core, create a counter actor, call actions, and run the example e2e test.
|
Stack for rivet-dev/rivet
Check out this stack: |
PR Review: Rust Quickstart DocumentationThis PR adds a new Rust quickstart guide for RivetKit, integrating it into both the main quickstart page and the actors quickstart page. Strengths
IssuesMedium: Code snippet omits a line present in the actual example The Rust code block in the "Inspect The Actor Code" step doesn't include the Minor: API parameter documentation gap The curl commands use Minor: Dev token clarification The Checklist
Overall this is a clean, well-structured docs addition. The issues above are minor and don't block merging, but the code snippet accuracy is worth a quick look before the page goes live. |
Adds a dedicated RivetKit Rust quickstart marked as preview.
Documents how to build/run the local rivet-engine, start the examples/rust-counter runtime with rivetkit-core, create a counter actor, call actions, and run the example e2e test.