Skip to content

Is there a simple way to use the wild crate in the Derive API style? #5939

Answered by epage
OlingCat asked this question in Q&A
Discussion options

You must be logged in to vote

wild provides a custom set of arguments. When you derive, it is for the Parser trait. Looking on that trait, you will see Parser::parse_from which mirrors get_matches_from and should work with wild.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OlingCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants