II.
ScopeBoundary JSON
Structured · livescope-boundary:axum.scope
scope-boundary:axum.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:axum.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:axum",
"inScope": "Tokio-native async Rust web framework with tower-based middleware\nand excellent ergonomics for typed handlers. Strong fit for\nRust services that need async + tower ecosystem.\n",
"outOfScope": "Sync-first Rust codebases, embedded contexts where Tokio is\ntoo heavy, and workloads that benefit more from a simpler hyper\nlayer.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:future-phase"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:axum.scope",
"to": "framework:axum",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}