Skip to content

cameronrothenburg/copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy in rust

Running

  • Install rust
  • cargo run -- ./test/input ./test/output

Notes

  • Copy only work with directory's as commands
  • Program utilizes all CPU cores
  • Errors throw panics and exit the program

Assumptions

  • Copying directories means copying its content as well
  • Empty directories are not copied
  • Program should be multithreaded

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages