beteran-protobuf-rust/src/lib.rs
2022-08-13 19:02:21 +00:00

12 lines
210 B
Rust

//!
//!
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
pub mod c2se;
pub mod models;
pub mod protobuf;
pub mod ss;