kanidm_utils_users/
lib.rs

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