II.
Library JSON
Structured · livelibrary:warp
Warp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:warp",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Warp",
"belongsToLanguageId": "language:rust",
"category": "http-server",
"description": "Composable Rust web framework built on Hyper using Filter combinators\nfor routing, authentication, and request handling.\n"
},
"outgoingEdges": [
{
"from": "library:warp",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:warp",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:actix",
"to": "library:warp",
"kind": "alternative_to"
}
]
}