-
-
Notifications
You must be signed in to change notification settings - Fork 0
Build & Contribute
whisprer edited this page Oct 4, 2025
·
1 revision
Build & Contribute Prerequisites
Rust stable (≥ 1.76)
Git
Steps git clone https://github.com/whisprer/Secure-Delete.git cd Secure-Delete cargo build --release
Contributing
Fork the repo
Create a branch: git checkout -b feature/your-feature
Make your changes
Run cargo fmt && cargo clippy
Submit a PR with clear description
Testing
Add integration tests under tests/ once the overwrite and rename logic are modularized.