Files
Piotr Sarnacki 3c8836b1a3 Templates rework (#3879)
# Description of Changes

We would like to move all of the templates to a central directory

# API and ABI breaking changes

None

# Expected complexity level and risk

2

# Testing

---------

Co-authored-by: spacetimedb-bot <spacetimedb-bot@users.noreply.github.com>
2026-01-09 15:09:26 +00:00

16 lines
261 B
Markdown

# SpacetimeDB Rust Client
A basic Rust client for SpacetimeDB.
## Setup
1. Build and publish your server module
2. Generate bindings:
```
spacetime generate --lang rust --out-dir src/module_bindings
```
3. Run the client:
```
cargo run
```