Closed coral closed 2 years ago
Hi @coral
Thank you for the contribution! Overall looks good, but I will review closer at a later date.
Can you please rebase to get the CI fixes to this branch as well? It should help with the build errors.
@ssalonen Implemented the suggested changes and hopefully I managed to rebase (or at least I think so, not a git expert).
Feel free to squash all my commits when merging as well.
I added support for the
log_message_callback
in order to easier write code for applications that monitor the feed rather than acts as a remote.I tried to keep it relatively similar to what was already in the repo (great Rust btw, learned some new tricks from this repo). I did run the tests, ran clippy and rustfmt. Hope it's decent enough.
Sidenote: Thanks a lot for taking the time to write this wrapper in Rust, very much appreciate it.