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's not currently released let alone stable yet, but the valuable crate looks like it should be a good candidate for inclusion in value-bag. I've done some exploration on bridging valuable with serde and sval and so far that seems entirely possible. We do have a compounding maintenance cost in introducing new erasure frameworks, but valuable is one that seems worth the cost.
The text was updated successfully, but these errors were encountered:
There's a 0.1.0 of valuable now that we can start to look at. I've been tinkering with valuable support for sval, which works out just fine. As for serde, I think there's still some more space to explore between them. The easiest to integrate valuable with would probably be std::fmt.
It's not currently released let alone stable yet, but the
valuable
crate looks like it should be a good candidate for inclusion invalue-bag
. I've done some exploration on bridgingvaluable
withserde
andsval
and so far that seems entirely possible. We do have a compounding maintenance cost in introducing new erasure frameworks, butvaluable
is one that seems worth the cost.The text was updated successfully, but these errors were encountered: