Skip to main content

zeroclaw_runtime/rpc/
mod.rs

1//! Transport-agnostic JSON-RPC 2.0 dispatch for the runtime. See #6837.
2
3pub mod approval_channel;
4pub mod attachments;
5pub mod context;
6pub mod dispatch;
7pub mod fs;
8pub mod git;
9pub mod local;
10pub mod locales;
11pub mod session;
12pub mod transport;
13pub mod tui_identity;
14pub mod turn;
15pub mod types;
16pub mod wss;