II.
Library JSON
Structured · livelibrary:leptos
Leptos json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:leptos",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Leptos",
"belongsToLanguageId": "language:rust",
"category": "other",
"description": "Full-stack reactive web framework for Rust compiled to WebAssembly —\nfine-grained reactivity, server functions for seamless client/server\ndata fetching, and SSR/hydration support.\n"
},
"outgoingEdges": [
{
"from": "library:leptos",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "library:leptos",
"to": "skill-area:frontend-development",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:leptos",
"to": "framework:blazor",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:blazor",
"to": "library:leptos",
"kind": "alternative_to"
}
]
}