Update README.md

This commit is contained in:
Indy 2022-10-27 15:35:14 +02:00 committed by GitHub
parent 2631046c61
commit 32c03321ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ A simple program that deletes all images that are hosted on online image hosting
### TODO
- Unwrap and expect should be replaced with proper matching or flow (make good use of Option/Result).
- Add GitHub action to build and release binaries (Windows only, since ShareX is Windows only).
- Add GitHub action to build and release binaries (Windows only, since ShareX is Windows only). See [actions/rust-release](https://github.com/marketplace/actions/rust-release) or [actions/rust-release-binary](https://github.com/marketplace/actions/rust-release-binary)
- Implement concurrent or parallel requests to become "Blazingly Fast™ 🔥" (see https://stackoverflow.com/a/51047786)
## Motivation