II.
ScopeBoundary JSON
Structured · livescope-boundary:rust.scope
scope-boundary:rust.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:rust.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:rust",
"inScope": "Systems software, performance-critical services, CLIs, embedded\nfirmware, WASM modules, and any code where memory safety without a\nGC plus C-class throughput matter. Strong for compilers, databases,\nnetwork stacks, and crypto.\n",
"outOfScope": "Throwaway prototypes where compile times and borrow-checker friction\noutweigh runtime value, GUI-heavy apps without mature toolkits, and\nteams without bandwidth for ownership-model ramp-up.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:future-phase"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:rust.scope",
"to": "language:rust",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:rust.scope",
"to": "out-of-scope-reason:future-phase",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}