7 lines
65 B
Rust
7 lines
65 B
Rust
// GEN PATHS HERE
|
|
mod inner;
|
|
|
|
pub mod common;
|
|
|
|
pub use inner::*;
|