grafbase-sdk 0.23.1

An SDK to implement extensions for the Grafbase Gateway
Documentation
1
2
3
4
5
6
7
//! Subscriber module providing interfaces for consuming field outputs from streams.
//!
//! This module defines the core `Subscriber` trait that abstracts over different
//! implementations of subscribing to field output streams, allowing extensions to
//! handle field outputs in a transport-agnostic way.

pub mod nats;