klone 1.0.2

A backup application based in the same FS that will only back the file that you changed
Documentation
1
2
3
4
5
6
7
pub struct Wrapper;
impl Drop for Wrapper {
    fn drop(&mut self) {
        crate::output::clear_line();
        println!("Backup finished");
    }
}