mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
5 lines
93 B
Rust
5 lines
93 B
Rust
#[cfg(target_family = "unix")]
|
|
pub mod unix;
|
|
#[cfg(target_family = "unix")]
|
|
pub use unix::*;
|