II.
Library JSON
Structured · livelibrary:tower
Tower json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tower",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Tower",
"belongsToLanguageId": "language:rust",
"category": "other",
"description": "Modular and reusable components for building robust async network\nservices in Rust — defines the Service and Layer traits used by\nHyper, Axum, and Tonic for middleware composition.\n"
},
"outgoingEdges": [
{
"from": "library:tower",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:tower",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:tower",
"to": "library:go-kit",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:polly",
"to": "library:tower",
"kind": "alternative_to"
},
{
"from": "library:go-kit",
"to": "library:tower",
"kind": "alternative_to"
},
{
"from": "library:axum-extra",
"to": "library:tower",
"kind": "alternative_to"
}
]
}