sea_orm_codegen/
lib.rs

1mod entity;
2mod error;
3mod util;
4
5pub use entity::*;
6pub use error::*;
7
8#[cfg(test)]
9mod tests_cfg;