taut-rpc-cli 0.1.0

cargo taut subcommand: TS codegen, IR drift detection, MCP manifest, and IR inspection for taut-rpc.
Documentation
1
2
3
4
5
6
7
8
//! Library surface of `taut-rpc-cli`. The crate ships both a `cargo-taut`
//! binary (see `src/main.rs`) and this library, which exposes the codegen
//! and MCP modules so other crates (notably `taut-rpc`'s integration tests)
//! can call `render_ts` / `render_manifest` directly without spawning the
//! binary.

pub mod codegen;
pub mod mcp;