move-it 0.1.1

A library that moves files.
Documentation

Crates.io Workflow Status

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");

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.