alkcall 0.8.0

Call + channels RPC: structured JSON operations, streaming subscriptions, service discovery, and N-channel multiplexing over one transport stream
Documentation
1
2
3
4
5
6
//! The transport-neutral dispatch spine and the shared
//! `services/schema` disclosure guard (ADR-048).

pub(crate) mod dispatch;

pub use dispatch::{schema_disclosure_denial, GatewayDispatch, DEFAULT_DEADLINE};