-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
library: Ported Switch
to RUST
#561
Conversation
119eb2d
to
90ab009
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.
Looks good to me otherwise. @Hofer-Julian Have a look. :)
The suggestions above work on my side, waiting on final review :) |
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.
The code looks good to me.
If @saadulkh can confirm that it works as expected, I will merge it.
Otherwise, I'll check tomorrow.
Tried code from the latest commit 2980d94 Thanks for the addition. @onkarrai06 |
Read the JS code and tried to convert it to RUST. However, this has an ownership error that I can't seem to resolve as Switch does not implement Copy. Would appreciate any help as I've spent a long time on this.