rspyts-cli 0.1.0

The rspyts code generator: emits pydantic models, TypeScript types, and JSON Schema from a bridged Rust crate.
rspyts-cli-0.1.0 is not a library.
Visit the last successful build: rspyts-cli-1.0.5

The rspyts binary (codegen.md §2).

rspyts generate [--config <path>] [--release]   build → dlopen → emit
rspyts check    [--config <path>] [--release]   same, but diff (CI gate)
rspyts init     [--dir <path>]                  write a starter rspyts.toml

Exit codes: 0 ok · 1 drift (check) · 2 usage/config error · 3 build or load failure. clap's own usage errors also exit 2.