buymeacoffee

This commit is contained in:
Naim A 2020-09-18 04:16:18 +03:00
parent 0eb122bb6d
commit 64d7f5fa93
2 changed files with 5 additions and 1 deletions

2
.github/FUNDING.yml vendored
View file

@ -1 +1 @@
custom: ["https://abda.nl/donate/"] custom: ["https://www.buymeacoffee.com/naim"]

View file

@ -27,6 +27,10 @@ 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.