Skip to main content

miden_client/rpc/generated/
mod.rs

1#[cfg(feature = "std")]
2#[rustfmt::skip]
3#[allow(dead_code)]
4mod std;
5#[cfg(feature = "std")]
6pub use self::std::*;
7
8#[cfg(not(feature = "std"))]
9#[rustfmt::skip]
10#[allow(dead_code)]
11mod nostd;
12#[cfg(not(feature = "std"))]
13pub use nostd::*;