-
Notifications
You must be signed in to change notification settings - Fork 143
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
Expose info() api #190
base: master
Are you sure you want to change the base?
Expose info() api #190
Conversation
If I understand this correctly this always gives you the same message as |
Not exactly the same: "mapping values are not allowed in this context at line 4 column 4" ( Personally, it would help me because I use |
@hoodie are you a maintainer of |
I am not, just reading along, because I contributed a little in the past. I don't think it's unmaintained, but the maintainer seldomly checks the PRs. |
Ok well, the last commit was a year ago... That's pretty seldom indeed. |
FWIW I've merged this into my fork: https://github.com/davvid/yaml-rust |
Add a function that exposes the
info
value. This is needed since description() is deprecated.