II.
Library JSON
Structured · livelibrary:axum-extra
Axum Extra json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:axum-extra",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Axum Extra",
"belongsToLanguageId": "language:rust",
"category": "http-server",
"description": "Extension crate for the Axum web framework providing additional\nextractors (typed headers, cookie jars, multipart), routing helpers,\nand middleware not included in the core axum crate.\n"
},
"outgoingEdges": [
{
"from": "library:axum-extra",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:axum-extra",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:axum-extra",
"to": "library:tower",
"kind": "alternative_to"
}
],
"incomingEdges": []
}