iiRecord
Agentic AI Atlas · Rayon
library:rayona5c.ai
II.
Library JSON

library:rayon

Structured · live

Rayon json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-go-rust-extended.yamlCluster · domain
Record JSON
{
  "id": "library:rayon",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Rayon",
    "belongsToLanguageId": "language:rust",
    "category": "concurrency",
    "description": "Data parallelism library for Rust that converts sequential iterators\ninto parallel ones using a work-stealing thread pool.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:rayon",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:rayon",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:rayon",
      "to": "library:crossbeam",
      "kind": "alternative_to"
    },
    {
      "from": "library:rayon",
      "to": "library:tokio",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}