We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have them done, but until that's done I think it's better to have a HashMap of Key, Arguments instead of just ignoring them.
Modify the struct so that it holds the hashmap and go through all of the Field variants. This is not too hard to do with a vim macro.
The text was updated successfully, but these errors were encountered:
Note that I don't need this feature, I just think It'd be positive for the API
Sorry, something went wrong.
Thanks for your suggestion. I've implemented it in 0.2.2
veeso
Successfully merging a pull request may close this issue.
Description
It would be nice to have them done, but until that's done I think it's better to have a HashMap of Key, Arguments instead of just ignoring them.
Implementation
Modify the struct so that it holds the hashmap and go through all of the Field variants. This is not too hard to do with a vim macro.
The text was updated successfully, but these errors were encountered: