iiRecord
Agentic AI Atlas · Tonic
library:tonica5c.ai
II.
Library JSON

library:tonic

Structured · live

Tonic json

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

File · domain/libraries/libraries-haskell-go-rust-extra.yamlCluster · domain
Record JSON
{
  "id": "library:tonic",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Tonic",
    "belongsToLanguageId": "language:rust",
    "category": "other",
    "description": "Native gRPC framework for Rust built on Tokio and Tower — generates\nclient/server stubs from .proto files via tonic-build, with TLS,\ninterceptors, and bi-directional streaming support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:tonic",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:tonic",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:tonic",
      "to": "library:grpc-js",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}