You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add src/output/ module with three renderers: - table.rs: render_table() using comfy-table with dynamic column sizing - json.rs: render_json<T: Serialize>() using serde_json pretty-print - xml.rs: render_xml_rows() with XML-escaped headers and values Each renderer has unit tests (17 new tests total); total test count: 79 passing, 0 clippy warnings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
2 months ago | |
|---|---|---|
| .beans | 2 months ago | |
| .claude | 2 months ago | |
| src | 2 months ago | |
| .beans.yml | 2 months ago | |
| .envrc | 2 months ago | |
| .gitignore | 2 months ago | |
| Cargo.lock | 2 months ago | |
| Cargo.toml | 2 months ago | |
| flake.lock | 2 months ago | |
| flake.nix | 2 months ago | |