Closed JannesBrands closed 1 year ago
Here is my implementation to #6 Feel free to rewrite and improve it. Im still a beginner in rust, so expect mistakes and let me know them.
Hello, thanks for your contribution. Regarding the return type, I think Option<&[u8]> is better than &Option<Vec>. I will change it after merging.
Here is my implementation to #6 Feel free to rewrite and improve it. Im still a beginner in rust, so expect mistakes and let me know them.