Files
marathon/crates/server/src/db/mod.rs

6 lines
79 B
Rust

pub mod operations;
pub mod schema;
pub use operations::*;
pub use schema::*;