kanidm_utils_users/
lib.rs

1#[cfg(target_family = "unix")]
2pub mod unix;
3#[cfg(target_family = "unix")]
4pub use unix::*;