II.
Library JSON
Structured · livelibrary:crossbeam
Crossbeam json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:crossbeam",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Crossbeam",
"belongsToLanguageId": "language:rust",
"category": "concurrency",
"description": "Collection of Rust concurrency primitives including channels, deques,\nepoch-based memory reclamation, and scoped threads.\n"
},
"outgoingEdges": [
{
"from": "library:crossbeam",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:crossbeam",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:rayon",
"to": "library:crossbeam",
"kind": "alternative_to"
}
]
}