Skip to content

Conversation

eadgbear
Copy link

Addresses #446 and provides a way to specify the name of the fallback variant of the Query enum.

With serde_enum_fallback_variant_name=Some("Autre") you now get an enum like so:

pub enum AnEnum { 
  where_ , 
  self_ , 
  Autre (String) 
}

@tomhoule
Copy link
Member

Hi @slyons, thanks for the PR! I am going to take on maintainership of this crate a bit more actively again, do you still want to take this PR to the finish line? It looks good, I think we should do it.

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.

2 participants