[][src]Crate move_it

It moves files from one folder to an other.

Example

//pub use move_it::Engine;
//let src: Vec<String> = vec![
//   String::from("/tmp/in/foo.txt"),
//   String::from("/tmp/in/foo2.txt"),
//];
//let engine = Engine::from_args(Box::new(src.into_iter())).expect("could not create Engine");
//engine.run().expect("something failed");

Re-exports

pub use engine::Engine;

Modules

action
configuration
destination
engine
errors
source