refractr/src/refractr.rs

10 lines
121 B
Rust
Raw Normal View History

// fn set_up_work_dir(work_dir: String) -> PathBuf {
// if
// }
pub fn start() -> std::io::Result<()> {
Ok(())
}