nominal-api 0.1163.0

API bindings for the Nominal platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod conjure {
    include!(concat!(env!("OUT_DIR"), "/conjure/mod.rs"));
}


#[cfg(all(feature = "tonic", not(feature = "_build")))]
mod proto;

#[cfg(all(feature = "tonic", not(feature = "_build")))]
pub mod tonic {
    pub use crate::proto::*;
}

pub use conjure::*;