1 2 3 4 5 6
pub mod pipe; pub mod platform; pub mod shell; pub use pipe::{PipeError, PipeMode, PipeTarget, SimplePipe}; pub use platform::clipboard;