-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor: use strum::EnumString
implementation for connector name conversions
#1052
refactor: use strum::EnumString
implementation for connector name conversions
#1052
Conversation
@nachiketkanore Could you comment on #1042 that you've taken it up? Please ensure that you do so for any further issues that you take up. |
…efactor # Conflicts: # crates/router/src/types/api.rs
…efactor # Conflicts: # crates/router/src/types/api.rs
c158e04
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.
Thanks for the PR, @nachiketkanore!
@jagan-jaya The add_connector
script will have to be updated to accommodate this change. I feel it's best we have it as a separate PR.
… strum-from-string-refactor
Head branch was pushed to by a user without write access
a51b50a
Type of Change
Description
from_str
function of strum #1042Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy