syncular-codegen 0.1.0

Schema introspection and Rust code generator for Syncular app clients.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# syncular-codegen

Schema introspection and Rust code generator for Syncular app clients.

The generator reads Syncular migrations and app codegen configuration, then
emits generated Rust modules for Diesel table/query types, typed mutations,
subscriptions, and app schema metadata.

Install the binary with Cargo:

```bash
cargo install syncular-codegen
```

Most apps should run codegen through the package scripts documented in the
Syncular docs so generated output stays tied to the app's migrations and schema
contract.