1 unstable release
0.1.0 | Jan 28, 2022 |
---|
#2093 in Encoding
17,942 downloads per month
Used in 13 crates
(7 directly)
145KB
2K
SLoC
valuable-serde
Valuable provides object-safe value inspection. Use cases include passing structured data to trait objects and object-safe serialization.
This crate provides a bridge between valuable
and the serde
serialization ecosystem. Using valuable_serde::Serializable
allows any type
that implements valuable
's Valuable
trait to be serialized by any
serde::ser::Serializer
.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Valuable by you, shall be licensed as MIT, without any additional terms or conditions.
Dependencies
~110–345KB