Conversion to plain Rust types #786
Unanswered
giacomocariello
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, It doesn't currently exists, but should be relatively easy to do, because Nickel itself uses serde under the hood to convert an evaluated expression to JSON, YAML, etc. So the effort would be mostly plumbing things together. It's currently not on the short term roadmap, though. I can also happily provide help to any contributors willing to implement such a library. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've approached to nickel-lang from Dhall. Dhall's support for Rust includes serde_dhall crate, which allows to convert a Dhall configuration to rust plain types which implement serde Deserialize trait. I was wondering if there's a similar feature in nickel-lang or if it's planned.
Beta Was this translation helpful? Give feedback.
All reactions