Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added log_message_callback #12

Merged
merged 13 commits into from
Dec 6, 2021
Merged

Conversation

coral
Copy link
Contributor

@coral coral commented Dec 5, 2021

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.

@ssalonen
Copy link
Owner

ssalonen commented Dec 5, 2021

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 ssalonen added the enhancement New feature or request label Dec 5, 2021
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@coral
Copy link
Contributor Author

coral commented Dec 5, 2021

@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.

Copy link
Owner

@ssalonen ssalonen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for the contribution!

@ssalonen ssalonen merged commit 0f57dcb into ssalonen:master Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants