-
Notifications
You must be signed in to change notification settings - Fork 267
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
First cut at a Rust Eventhubs client. #1715
First cut at a Rust Eventhubs client. #1715
Conversation
I would appreciate any feedback on this PR - there are a couple of places I moved outside the amqp/eventhubs codebase, mostly to fix some wasm32 build issues related to tokio. |
@heaths, I would appreciate your feedback on this - it's very much a work in progress but it's a start. |
2c13ccd
to
e2bd796
Compare
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.
I went through a lot of the code and hopefully gave enough feedback for now to chew on that should permeate throughout the code. Not all is blocking, and - as usual - I've tried to preface such things with "tip" or "nit". It's late on a Friday so we can talk some more Monday morning. Overall, it's looking pretty good. Mainly just some questions about (unnecessary?) complexity and a few non-idiomatic things. I wouldn't necessarily block on those if some issue(s) were filed to keep track of changes to make later.
No description provided.