1
2
3
4
5
6
7
// TODO: change the triple-slash comments to normal comments in the .proto
#![allow(clippy::four_forward_slashes)]

include!(concat!(env!("OUT_DIR"), "/protobuf.rs"));

pub mod name;
pub mod recovery;