sval-rs / value-bag

Dynamic structured values for Rust
Apache License 2.0
27 stars 3 forks source link

Support converting values into shared variants #91

Closed KodrAus closed 5 months ago

KodrAus commented 5 months ago

This PR makes it possible to take a ValueBag or OwnedValueBag and convert it into a form that's cheap to clone or share. These variants already exist, but we haven't previously had a way to convert a ValueBag you already have into one you can share.