beteran-protobuf-rust/src/lib.rs

12 lines
210 B
Rust
Raw Permalink Normal View History

2022-07-12 06:43:07 +00:00
//!
//!
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
2022-07-13 08:44:58 +00:00
pub mod c2se;
2022-07-12 06:43:07 +00:00
pub mod models;
pub mod protobuf;
pub mod ss;