https://github.com/mrlsd/rcp
Fast copy files based on Rust lang
https://github.com/mrlsd/rcp
Last synced: 11 months ago
JSON representation
Fast copy files based on Rust lang
- Host: GitHub
- URL: https://github.com/mrlsd/rcp
- Owner: mrLSD
- License: mit
- Created: 2016-10-13T10:19:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T00:22:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-06T14:42:34.668Z (about 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCP [](https://travis-ci.org/mrLSD/rcp) [](https://raw.githubusercontent.com/mrLSD/rcp/master/LICENSE)
Fast copy files based on **Rust lang**.
Main features:
* extremely fast and safely copy files
* **CLI** tool with help message and optional params
* Buffer **cli** parameter for various copying scenario.
### How to build
* If **Rust** not installed. Install Rust: `make install`
* Build release version: `make`
* Build debug version: `make build`
### How to run
* Build first
* For help: `target/release/rcp --help`
* Basic usage: `target/release/rcp inpit_file output_file`
* Custom buffer size: `target/release/rcp -b 1024 inpit_file output_file`
#### MIT LICENSE [](https://raw.githubusercontent.com/mrLSD/rcp/master/LICENSE)