cuprate_rpc_interface/route/
mod.rs

1//! Routing functions.
2//!
3//! These are the function signatures passed to
4//! [`crate::RouterBuilder`] when registering routes.
5
6pub(crate) mod bin;
7pub(crate) mod fallback;
8pub(crate) mod json_rpc;
9pub(crate) mod other;