Closed holtgrewe closed 1 year ago
Hi, thanks for the feedback. Definitely something I can and will do. It's easy to add and makes total sense. I had no idea the Debug
trait is needed for Serde, but good to know and keep in mind.
Feel free to open a PR if you need this urgently, I don't know when I'll be able to add it myself
Thanks a lot for the improvement!
Thank you for this useful and great library.
What about introducing a
#[derive(Debug)]
in more places? For example, inBuiltins
, this would allow for serde deserialization with a custom deserializer.