1 stable release

1.0.0 Dec 24, 2021

#58 in #tutorial

22 downloads per month

MIT license

4KB
56 lines

copy-clone

This program is a simple Rust command-line-utility to copy the contents of one file to another.

It will only copy a single file.

Usage: copy src dest
src : src file
dest : destination file

No runtime deps