iiRecord
Agentic AI Atlas · Fiber
library:fibera5c.ai
II.
Library JSON

library:fiber

Structured · live

Fiber 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:fiber",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Fiber",
    "belongsToLanguageId": "language:go",
    "category": "http-server",
    "description": "Express-inspired Go web framework built on fasthttp for high throughput;\nprovides routing, middleware, WebSocket, and template rendering.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:fiber",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:fiber",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:chi",
      "to": "library:fiber",
      "kind": "alternative_to"
    }
  ]
}