rivetkit-client-rust
Installation
SKILL.md
RivetKit Rust Client
Use this skill when building Rust clients that connect to Rivet Actors with rivetkit::client.
Version
RivetKit version: 2.3.7
First Steps
- Add the dependency
cargo add rivetkit anyhow async-trait cargo add serde --features derive cargo add tokio --features full - Create a client with
Client::new(ClientConfig::new(endpoint))and call typed actions withget_or_create_typed_default::<A>(...).