iiRecord
Agentic AI Atlas · Axum
framework:axuma5c.ai
II.
Framework JSON

framework:axum

Structured · live

Axum json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/axum.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}