1
2
3
4
5
6
7
pub extern crate prost;
pub extern crate prost_types;

#[rustfmt::skip]
pub mod logproto;
#[rustfmt::skip]
pub mod stats;