bRAC/src/lib.rs
2025-04-14 20:35:57 +03:00

6 lines
85 B
Rust

#![allow(non_snake_case)]
pub mod config;
pub mod chat;
pub mod util;
pub mod proto;