copy_clone

Crates.iocopy_clone
lib.rscopy_clone
version1.0.0
sourcesrc
created_at2021-12-24 20:50:24.915369
updated_at2021-12-24 20:50:24.915369
descriptionA simple 'cp' clone made in Rust
homepagehttps://github.com/alex-laycalvert/copy-clone
repositoryhttps://github.com/alex-laycalvert/copy-clone.git
max_upload_size
id502779
size3,516
Alexander Lay-Calvert (alex-laycalvert)

documentation

README

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

Commit count: 6

cargo fmt