Skip to content
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

Use syn::meta::parser to parse comma separated lists #455

Open
jawoznia opened this issue Nov 12, 2024 · 0 comments
Open

Use syn::meta::parser to parse comma separated lists #455

jawoznia opened this issue Nov 12, 2024 · 0 comments

Comments

@jawoznia
Copy link
Collaborator

          Nitpick: It's not a gamechanger, but let's consider a small update here. In many places in sylvia we parse list of comma separated lists with different content. The method described in https://docs.rs/syn/latest/syn/meta/fn.parser.html can make our life easier and probably increase readability of the parser code.

Originally posted by @kulikthebird in #452 (comment)

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

No branches or pull requests

1 participant