storefd/src/lib.rs

5 lines
88 B
Rust
Raw Normal View History

2023-12-08 12:54:41 +01:00
#[cfg(feature = "listenfd")]
pub mod listen;
2023-12-08 14:46:54 +01:00
#[cfg(feature = "notify")]
pub mod notify;