miden-remote-prover 0.13.3

Miden blockchain remote prover
Documentation
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::*;