II.
Library JSON
Structured · livelibrary:tokio
tokio json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tokio",
"_kind": "Library",
"_file": "domain/libraries/tokio.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tokio",
"belongsToLanguageId": "language:rust",
"category": "concurrency",
"description": "Asynchronous runtime for Rust — a multi-threaded, work-stealing executor with reactor and timers.\n"
},
"outgoingEdges": [
{
"from": "library:tokio",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:tokio",
"to": "skill-area:rust-async-runtime",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:rayon",
"to": "library:tokio",
"kind": "alternative_to"
},
{
"from": "library:netty",
"to": "library:tokio",
"kind": "alternative_to"
},
{
"from": "library:coroutines",
"to": "library:tokio",
"kind": "alternative_to"
},
{
"from": "skill-area:rust-async-runtime",
"to": "library:tokio",
"kind": "uses_library"
},
{
"from": "specialization:rust-systems",
"to": "library:tokio",
"kind": "uses_library"
},
{
"from": "specialization:network-programming",
"to": "library:tokio",
"kind": "uses_library"
},
{
"from": "stack-profile:game-backend",
"to": "library:tokio",
"kind": "composed_of"
},
{
"from": "stack-profile:music-streaming-backend",
"to": "library:tokio",
"kind": "composed_of"
},
{
"from": "stack-profile:rust-cli-stack",
"to": "library:tokio",
"kind": "composed_of"
}
]
}