Update README.md

This commit is contained in:
Naim A 2022-08-03 00:39:49 +03:00 committed by GitHub
parent a05ad76266
commit 4d3f13b76d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,10 +27,6 @@ Please report any bugs you find to our issue tracker. Ideas and feature requests
Any pull request targeting existing issues would be very much appreciated. Any pull request targeting existing issues would be very much appreciated.
If you like this project and want to buy me a coffee, there's a link for that:
<a href="https://www.buymeacoffee.com/naim" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-orange.png" alt="Buy Me A Coffee" height="60px" width="217px"></a>
### Why was UDPT rewritten in rust? ### Why was UDPT rewritten in rust?
For a few reasons, For a few reasons,
1. Rust makes it harder to make mistakes than C/C++, It provides memory safety without runtime cost. 1. Rust makes it harder to make mistakes than C/C++, It provides memory safety without runtime cost.