Split it into several files, move them into the domain folder, introduce `LdapError` for better control flow.
5 lines
59 B
Rust
5 lines
59 B
Rust
pub mod error;
|
|
pub mod group;
|
|
pub mod user;
|
|
pub mod utils;
|