1 2 3 4 5 6
pub mod api; pub mod error; pub mod generated; /// Component identifier for structured logging and tracing pub const COMPONENT: &str = "miden-remote-prover";