Disk Rescue is a Rust-based tool that allows you to recover your data from drives, USB sticks, and other storage devices.
- Rust
- Cargo
Clone the repository
git clone https://github.com/lytexdev/disk-rescue.git
cd disk-rescue
Build the application
cargo build --release
The binary will be available in ./target/release/disk-rescue
.
./target/release/disk-rescue
This project is licensed under the GNU General Public License v2. See the LICENSE file for details.