Crates.io | copy_clone |
lib.rs | copy_clone |
version | 1.0.0 |
source | src |
created_at | 2021-12-24 20:50:24.915369 |
updated_at | 2021-12-24 20:50:24.915369 |
description | A simple 'cp' clone made in Rust |
homepage | https://github.com/alex-laycalvert/copy-clone |
repository | https://github.com/alex-laycalvert/copy-clone.git |
max_upload_size | |
id | 502779 |
size | 3,516 |
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