blob: 7d4f6779a440a5b79f7534a04f078c26db37a4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# disktest - Tester for Solid State Disk (SSD), Non-Volatile Memory Storage (NVMe), Hard Disk (HDD), USB Stick, SD-Card, etc...
[Homepage](https://bues.ch/h/disktest)
[Git repository](https://bues.ch/cgit/disktest.git)
[Github repository](https://github.com/mbuesch/disktest)
[crates.io site](https://crates.io/crates/disktest-lib)
This is the raw-I/O library crate for the
[disktest](https://crates.io/crates/disktest)
application.
Please see the
[disktest](https://crates.io/crates/disktest)
crate for further information and documentation.
# License
Copyright (c) 2020-2024 Michael Büsch <m@bues.ch>
Licensed under the Apache License version 2.0 or the MIT license, at your option.
|