6 lines
77 B
Rust
6 lines
77 B
Rust
mod custom_type;
|
|
mod entities;
|
|
|
|
pub use custom_type::*;
|
|
pub use entities::*;
|