II.
Library JSON
Structured · livelibrary:clap
clap json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}