1 2 3 4 5 6
#![cfg(feature = "notification")] #[path = "notification/event.rs"] mod event; #[path = "notification/notifier.rs"] mod notifier;