iiRecord
Agentic AI Atlas · Gorilla Mux
library:gorilla-muxa5c.ai
II.
Library JSON

library:gorilla-mux

Structured · live

Gorilla Mux 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:gorilla-mux",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Gorilla Mux",
    "belongsToLanguageId": "language:go",
    "category": "http-server",
    "description": "Powerful HTTP request router and dispatcher for Go with regex-based\nroute matching, subrouters, and middleware support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:gorilla-mux",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:gorilla-mux",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:chi",
      "to": "library:gorilla-mux",
      "kind": "alternative_to"
    }
  ]
}