1 2 3 4 5 6 7
#![allow(clippy::pedantic, reason = "generated by build.rs and tonic")] #[rustfmt::skip] pub mod remote_prover; mod conversions; pub use remote_prover::*;