EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

Implement serialization traits for `ScalarOwned` #117

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Checklist

Description of Changes

I have a use case where I need to serialize just a scalar, so can't use Value but ScalarOwned previously wasn't serializable.