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

Kdl sketch #57

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Kdl sketch #57

wants to merge 2 commits into from

Conversation

clux
Copy link
Owner

@clux clux commented Nov 5, 2024

does not work because kdl does not serialize with serde. for #56

error[E0277]: the trait bound `serde_json::Value: TryFrom<KdlDocument>` is not satisfied
   --> lq.rs:209:45
    |
209 |         let doc_as: serde_json::Value = doc.try_into()?;
    |                                             ^^^^^^^^ the trait `From<KdlDocument>` is not implemented for `serde_json::Value`, which is required by `KdlDocument: TryInto<_>`
    |

clux added 2 commits December 23, 2024 03:37
does not work because kdl does not serialize with serde

Signed-off-by: clux <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant