mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 19:58:24 -04:00
141048cdd8
# Description of Changes Bumping versions to 1.11.0 in preparation for an upcoming release. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [x] Existing CI passes --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
SpacetimeDB Rust Client
A basic Rust client for SpacetimeDB.
Setup
- Build and publish your server module
- Generate bindings:
spacetime generate --lang rust --out-dir src/module_bindings - Run the client:
cargo run