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