zaino-proto 0.4.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
//! Holds tonic generated code for the lightwallet service RPCs and compact formats.

#[allow(clippy::all)]
#[rustfmt::skip]
pub mod compact_formats;
#[allow(clippy::all)]
#[rustfmt::skip]
pub mod proposal;
#[allow(clippy::all)]
#[rustfmt::skip]
pub mod service;
pub mod utils;