iiRecord
Agentic AI Atlas · hyper
library:hypera5c.ai
II.
Library JSON

library:hyper

Structured · live

hyper json

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

File · domain/libraries/hyper.yamlCluster · domain
Record JSON
{
  "id": "library:hyper",
  "_kind": "Library",
  "_file": "domain/libraries/hyper.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "hyper",
    "belongsToLanguageId": "language:rust",
    "category": "http-server",
    "description": "Fast and correct HTTP/1 and HTTP/2 implementation for Rust.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:hyper",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:hyper",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:reqwest",
      "to": "library:hyper",
      "kind": "alternative_to"
    }
  ]
}