Skip to content

uniqueNullptr2/rust-cpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# rust-cpy
- a simple copy utility in rust.
- indexes target and destionation to only copy files that are missing or of different size
- pretty

![](example.png)

## danger
- couple unwraps and not too much error checking.
- might be prone to crashes. 
- freezes occasionally when copying files over the network
- better not specify too many "threads"

## why
- normal copy doesnt take into account files that were already copied in a previous attempt
- rsync is not as pretty

About

copy utility in rust. pretty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages