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

Add lib.rs to bundle re-usable parts of the implementation #41

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

DennisOSRM
Copy link
Owner

  • run cargo clippy and fix all issues
  • run cargo fmt to format all source files

The platform-independent code is one step closer to being bundled in lib.rs and therefore reusable. The next step is to abstract the actually MQTT implementation via trait+newtype paradigm.

@DennisOSRM DennisOSRM merged commit ba29f2f into main Nov 26, 2023
1 check passed
@DennisOSRM DennisOSRM deleted the library branch November 26, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant