rsdiskspeed 0.2.0

Disk speed test for Rust
1
2
3
4
5
6
7
8
9
10
11
# rsdiskspeed


Disk speed test for Rust Inspired from [MonkeyTest](https://github.com/thodnev/MonkeyTest), test your hard drive read-write speed.

## Compiling from Source


```
git clone https://github.com/SayCV/rsdiskspeed
cd cargo
cargo build --release
```