[edn] Support serde serialization and deserialization for edn::Value #251

Open
opened 2020-08-06 16:57:22 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:57:22 +00:00 (Migrated from github.com)

It's quite convenient to be able to turn arbitrary things into EDN for debugging, and we have many places in the tree where we do just that. For example, this is used extensively in the mentat_db crate to assert_matches! EDN representations of datoms and transactions.

We could do this a little more generally if we made it easy to serialize into edn::Value.

It's quite convenient to be able to turn arbitrary things into EDN for debugging, and we have many places in the tree where we do just that. For example, this is used extensively in the `mentat_db` crate to `assert_matches!` EDN representations of datoms and transactions. We could do this a little more generally if we made it easy to serialize into `edn::Value`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#251
No description provided.