1mod server; 2#[cfg(test)] 3mod tests; 4 5pub use server::Rpc; 6 7// CONSTANTS 8// ================================================================================================= 9pub const COMPONENT: &str = "miden-rpc";