-
Notifications
You must be signed in to change notification settings - Fork 9
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
serde support #1
Comments
It is planned and will be in a different repository. There is no need of pulling the |
Hi, is there a pointer to a repo where this will (eventually) live? |
These are corner cases not tested by the `yaml-test-suite`. Parsing for the reported input has been fixed, as well as other similar-looking inputs which make use of nested implicit flow mappings and implicit null keys and values. Fixes #1.
Would be nice to have those types re-exported though. There's cases where being able to manipulate yaml objects before passing them to serde greatly simplifies implementation:
|
Is serde support in scope (as a feature flag) or should it be in a separate repository?
The text was updated successfully, but these errors were encountered: