·spacetimedb-rust
</>

spacetimedb-rust

douglance/spacetimedb

Rust で SpacetimeDB サーバー モジュールを開発します。リデューサー、テーブル、またはモジュール ロジックを作成するときに使用します。

4インストール·0トレンド·@douglance

インストール

$npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust

SKILL.md

SpacetimeDB modules are WebAssembly applications that run inside the database. They define tables to store data and reducers to modify data. Clients connect directly to the database and execute application logic inside it.

| #[derive(SpacetimeType)] on #[table] | Remove it — macro handles this | Conflicting derive macros | | ctx.db.player (field access) | ctx.db.player() (method) | "no field player on type" | | ctx.db.player().find(id) | ctx.db.player().id().find(&id) | Must access via index | | &mut ReducerContext | &ReducerContext | Wrong context type |

| Missing use spacetimedb::Table; | Add import | "no method named insert" | | #[table(name = "mytable")] | #[table(name = mytable)] | String literals not allowed | | Missing public on table | Add public flag | Clients can't subscribe | | #[spacetimedb::reducer] | #[reducer] after import | Wrong attribute path |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-02
更新日
2026-02-18

クイックアンサー

spacetimedb-rust とは?

Rust で SpacetimeDB サーバー モジュールを開発します。リデューサー、テーブル、またはモジュール ロジックを作成するときに使用します。 ソース: douglance/spacetimedb。

spacetimedb-rust のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/douglance/spacetimedb

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-02