iiRecord
Agentic AI Atlas · clap
library:clapa5c.ai
II.
Library JSON

library:clap

Structured · live

clap json

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

File · domain/libraries/libraries-rust.yamlCluster · domain
Record JSON
{
  "id": "library:clap",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-rust.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "clap",
    "belongsToLanguageId": "language:rust",
    "description": "Rust CLI argument parser with derive and builder APIs, validation,\nsubcommands, and shell completion generation.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:clap",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:clap",
      "to": "skill-area:cli-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:clap-rs",
      "to": "library:clap",
      "kind": "alternative_to"
    },
    {
      "from": "skill-area:cli-design",
      "to": "library:clap",
      "kind": "uses_library"
    },
    {
      "from": "specialization:rust-systems",
      "to": "library:clap",
      "kind": "uses_library"
    },
    {
      "from": "stack-profile:cli-tool-suite",
      "to": "library:clap",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:rust-cli-stack",
      "to": "library:clap",
      "kind": "composed_of"
    }
  ]
}