lan-party-backend/core/src/lib.rs

6 lines
70 B
Rust

pub mod event;
pub mod user;
pub mod util;
pub use util::PartyError;