crabtalk-command-codegen 0.0.15

Proc-macro codegen for crabtalk service commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
# crabtalk-command-codegen

Proc-macro codegen for crabtalk service commands.

Implements the `#[command(kind = "mcp"|"client")]` attribute macro that
generates a `Service` impl, a clap `Subcommand` enum with start/stop/run/logs
variants, and an `exec` dispatcher for the annotated struct.

## License

MIT OR Apache-2.0