-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I have also been working on a serde_edn implementation. It's still incomplete, but partly available here: https://github.com/alexmaco/serde_edn. Unfortunately I haven't had the time to complete it, but I have recently restarted working on it.
I have also run into similar design issues as you did (for instance serde-rs/serde#1536).
I see we have come up with different Value
types, and different edn!
macros.
I'm opening this issue in the hopes that we can discuss these different design choices, and possibly reach an agreement to join these efforts into a single serde_edn
library, published on crates.io. Right now, the first version I published about 10 months ago was there to reserve the name and is not really functional.
Alternatively, we could always go with maintaining different libraries under different names, but i think the ecosystem will benefit more from a unified solution that solves most common use cases.
What do you think ?