iiRecord
Agentic AI Atlas · rustfmt
tool:rustfmta5c.ai
II.
Tool JSON

tool:rustfmt

Structured · live

rustfmt json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/rustfmt.yamlCluster · domain
Record JSON
{
  "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"
      }
    }
  ]
}