II.
Library JSON
Structured · livelibrary:reqwest
reqwest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:reqwest",
"_kind": "Library",
"_file": "domain/libraries/libraries-rust.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "reqwest",
"belongsToLanguageId": "language:rust",
"description": "Ergonomic Rust HTTP client built on hyper with async and blocking\nAPIs, JSON helpers, and TLS via rustls or native-tls.\n"
},
"outgoingEdges": [
{
"from": "library:reqwest",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:reqwest",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:reqwest",
"to": "library:hyper",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:music-streaming-backend",
"to": "library:reqwest",
"kind": "composed_of"
}
]
}