copy_clone 1.0.0

A simple 'cp' clone made in Rust
Documentation
  • Coverage
  • 0%
    0 out of 9 items documented0 out of 6 items with examples
  • Size
  • Source code size: 3.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • alex-laycalvert/copy-clone
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alex-laycalvert

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