Frontend & Clients
Rust
The Rivet Rust client provides a way to connect to and interact with actors from Rust applications.
Quickstart
Installation
Add RivetKit client to your Cargo.toml
:
TOML
Connect to your Actors
Make sure you have a running Rivet actor server to connect to. You can follow the Node.js & Bun Quickstart to set up a simple actor server.
Rust
Run your client
In a separate terminal, run your client code:
Command Line
Run it again to see the state update.
API Reference
Coming Soon
For detailed API documentation, please refer to the RivetKit Rust client implementation.