storefd/src/lib.rs

5 lines
88 B
Rust

#[cfg(feature = "listenfd")]
pub mod listen;
#[cfg(feature = "notify")]
pub mod notify;