Crates.io | valuable-serde |
lib.rs | valuable-serde |
version | 0.1.0 |
source | src |
created_at | 2022-01-28 20:48:31.052855 |
updated_at | 2022-01-28 20:48:31.052855 |
description | `serde::Serialize` implementation for `Valuable` types. |
homepage | |
repository | https://github.com/tokio-rs/valuable |
max_upload_size | |
id | 523266 |
size | 38,643 |
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
.
This project is licensed under the MIT license.
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.