You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to implement Serde's Serialize trait for valuable::Value. This should enable using Serde's existing serializer ecosystem with valuable.
The text was updated successfully, but these errors were encountered:
As for implementing Seriarize on Value: I changed some fields such as StructDef::name from &'a str to &'static str, but there were no other major problems.
As for implementing Valuable on impl Seriarize: It was very difficult and I could not get it to work well.
I will try to update it to the current valuable trait and see if it works.
It should be possible to implement Serde's
Serialize
trait forvaluable::Value
. This should enable using Serde's existing serializer ecosystem with valuable.The text was updated successfully, but these errors were encountered: