II.
Framework JSON
Structured · liveframework:axum
Axum json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:axum",
"_kind": "Framework",
"_file": "domain/frameworks/axum.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Axum",
"homepageUrl": "https://github.com/tokio-rs/axum",
"belongsToLanguageId": "language:rust",
"category": "web-backend",
"description": "Axum — a Tokio-based web framework for Rust.\n"
},
"outgoingEdges": [
{
"from": "framework:axum",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "framework:axum",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:axum",
"to": "framework:actix-web",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust web frameworks — Axum is Tokio-native; Actix Web is actor-based"
}
}
],
"incomingEdges": [
{
"from": "framework:actix-web",
"to": "framework:axum",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust web frameworks — Actix Web is actor-based; Axum is Tokio-native"
}
},
{
"from": "stack-profile:rust-axum-sqlx",
"to": "framework:axum",
"kind": "composed_of"
},
{
"from": "scope-boundary:axum.scope",
"to": "framework:axum",
"kind": "bounds_subject"
}
]
}