zaino-proto 0.2.0

Holds tonic files and build logic for the lightwallet and darkside RPCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Holds tonic generated code for the lightwallet service RPCs and compact formats.
//!
//! * We plan to eventually rely on LibRustZcash's versions but hold our our here for development purposes.
//! * Currently only holds the lightwallet proto files.

#![forbid(unsafe_code)]

pub mod proto;

#[cfg(feature = "grpc_proxy_server")]
pub use prost;
#[cfg(feature = "grpc_proxy_server")]
pub use tonic;