iiRecord
Agentic AI Atlas · Warp
library:warpa5c.ai
II.
Library JSON

library:warp

Structured · live

Warp 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:warp",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Warp",
    "belongsToLanguageId": "language:rust",
    "category": "http-server",
    "description": "Composable Rust web framework built on Hyper using Filter combinators\nfor routing, authentication, and request handling.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:warp",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:warp",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:actix",
      "to": "library:warp",
      "kind": "alternative_to"
    }
  ]
}