II.
Tool JSON
Structured · livetool:rustfmt
rustfmt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:rustfmt",
"_kind": "Tool",
"_file": "domain/tools/rustfmt.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "rustfmt",
"homepageUrl": "https://github.com/rust-lang/rustfmt",
"kind": "formatter",
"language": "language:rust",
"description": "Tool for formatting Rust code according to style guidelines.\n"
},
"outgoingEdges": [
{
"from": "tool:rustfmt",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:rustfmt",
"to": "skill-area:code-quality",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:rustfmt",
"to": "tool:clippy",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust code quality — rustfmt is a formatter; Clippy is a linter"
}
}
],
"incomingEdges": [
{
"from": "tool:clippy",
"to": "tool:rustfmt",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust code quality — Clippy is a linter; rustfmt is a formatter"
}
}
]
}