This ticket tracks adding a pretty-printer (potentially, implementing std::fmt::Display) for edn::types::Value.
If I was to do this, I'd start by understanding how serde achieves this, and then whether there's a Rust implementation of Wadler's pretty-printer combinators.
This ticket tracks adding a pretty-printer (potentially, implementing
std::fmt::Display) foredn::types::Value.If I was to do this, I'd start by understanding how
serdeachieves this, and then whether there's a Rust implementation of Wadler's pretty-printer combinators.