1 stable release

1.0.0 Dec 24, 2021

#56 in #tutorial

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