-
-
Notifications
You must be signed in to change notification settings - Fork 31
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 #17
Comments
Hi Kat! I've never before implemented serde support for a language, but I'd love to take a stab at that here! Would that be amenable to you? |
Oh! I should have put a note here. @Lucretiel is already working on a serde-based parser that I expect will replace this one |
Ah, sounds good! I'll keep an eye out for that! |
WIP |
@Lucretiel FYI your twitch link is broken. |
Fixed, thank you |
This is now out of scope for kdl-rs. It's going to be a document-oriented parser. |
So what should we use for serde support? |
@pipelight I guess I should've reopened this one instead, but for reference, serde is back in scope and it would be good to have it working with the kdl v2 release. Ref: #71 For now, there are no implementations that include serde support directly: you can try using knuffel |
Thank you! This crate was nowhere to be found!! |
There should be built-in support for Serialize/Deserialize in this crate.
The text was updated successfully, but these errors were encountered: