Billy Chan 2c082558df
Generate entity for duplicated many-to-many paths (#1435)
* Generate entity for duplicated many-to-many paths

* CI: run cargo fmt with nightly channel
2023-04-13 11:16:49 +08:00

10 lines
100 B
Rust

mod entity;
mod error;
mod util;
pub use entity::*;
pub use error::*;
#[cfg(test)]
mod tests_cfg;