An open API service indexing awesome lists of open source software.

https://github.com/carlosjorger/rustycopier

a file copier made in Rust
https://github.com/carlosjorger/rustycopier

copier file-copier rust rust-lang

Last synced: 6 months ago
JSON representation

a file copier made in Rust

Awesome Lists containing this project

README

          

# RUSTYCOPIER

Its a copier implemented in rust programming language . I'm try to use the basic features of this great language that I learned from this awesome book [The Rust Programming Language](https://doc.rust-lang.org/stable/book/).

## Installation

### Cargo (most platforms)

If you have Cargo installed, you can compile & install from source: (Works with Stable Rust >=1.26)

```bash
cargo install rustycopier
```