rew 0.3.0

A text processing CLI tool that rewrites FS paths according to a pattern.
Documentation
1
2
3
4
5
6
7
8
9
pub use fs::TransferMode;
pub use run::{run_transfer, TransferOptions};

mod fs;
mod input;
mod output;
mod run;
#[cfg(test)]
mod testing;