1/*
2 Appellation: pipes <module>
3 Contrib: @FL03
4*/
5//! this module implements the various pipelines for the scsys-xtask library
6//!
7//!
89#[doc(inline)]
10pub use self::prelude::*;
1112pub mod watch;
131415pub(crate) mod prelude {
16#[doc(inline)]
17pub use super::watch::*;
18}