1 2 3 4 5 6 7 8 9
pub mod prelude { pub use rooster::CursorInputOutput; pub use rooster::main_with_args; pub fn tempfile() -> PathBuf { tempfile::NamedTempFile::new().unwrap().path().to_path_buf() } use std::path::PathBuf; }