* Generate entity for duplicated many-to-many paths * CI: run cargo fmt with nightly channel
10 lines
100 B
Rust
10 lines
100 B
Rust
mod entity;
|
|
mod error;
|
|
mod util;
|
|
|
|
pub use entity::*;
|
|
pub use error::*;
|
|
|
|
#[cfg(test)]
|
|
mod tests_cfg;
|