II.
SkillArea JSON
Structured · liveskill-area:rust-async-runtime
Rust Async Runtime json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:rust-async-runtime",
"_kind": "SkillArea",
"_file": "domain/skill-areas/rust-async-runtime.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Rust Async Runtime",
"description": "Working with Rust async runtimes: tokio executors, async-std, the\nFuture / Pin / Waker model, structured concurrency, select!,\ncancellation, channels (mpsc, oneshot, broadcast), and integrating\nblocking work via spawn_blocking.\n",
"domains": [
"domain:systems-programming"
],
"requiresLanguages": [
"language:rust"
],
"requiresLibraries": [
"library:tokio"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:rust-async-runtime",
"to": "domain:systems-programming",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:rust-async-runtime",
"to": "specialization:rust-systems",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:rust-async-runtime",
"to": "language:rust",
"kind": "uses_language"
},
{
"from": "skill-area:rust-async-runtime",
"to": "language:rust",
"kind": "uses_language",
"attributes": {}
},
{
"from": "skill-area:rust-async-runtime",
"to": "library:tokio",
"kind": "uses_library"
}
],
"incomingEdges": [
{
"from": "language:rust",
"to": "skill-area:rust-async-runtime",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "library:tokio",
"to": "skill-area:rust-async-runtime",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "skill-area:software-development",
"to": "skill-area:rust-async-runtime",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:cross-platform-desktop",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:rust-axum-sqlx",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:rust-cli-stack",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:rust-actix-postgres",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area"
},
{
"from": "lib-skill:backend-development--rust-async-runtime",
"to": "skill-area:rust-async-runtime",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "role:trading-systems-engineer",
"to": "skill-area:rust-async-runtime",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "workflow:hft-latency-profiling",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:language-version-upgrade",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:compiler-toolchain-validation",
"to": "skill-area:rust-async-runtime",
"kind": "requires_skill_area",
"attributes": {}
}
]
}