incurs 0.7.2

A declarative CLI framework for Rust with typed commands, agent discovery, HTTP, and MCP
Documentation
1
2
3
4
5
#[test]
fn typed_api_rejects_contract_mismatches() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/*.rs");
}