-
Notifications
You must be signed in to change notification settings - Fork 27
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
rust getting started #93
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR !! just a few nits:
- Solve branch conflicts
- Add cargo.toml at the root
- Refactor getting started to move common code (like TLS) to mqttclients
Adding cargo.toml at the root does not work with the existing cargo commands. So for now I am not doing that. Any cargo file needs to be tied to the rest of the cargo files. |
sure, and the cargo.tom at the root should reference all the other cargo.toml Can you try to find a sample on how to do it correctly? -- Added a workspace cargo |
@andyk-ms I saw you approved the PR without my suggestions to refactor the TLS code into the Do you want to get this merged now and do the refactor later? I'd prefer to complete this PR with the proper helper methods to avoid the code duplication we have in Python. |
First rust sample for basic getting started scenario