valuable-serde

Crates.iovaluable-serde
lib.rsvaluable-serde
version0.1.1
created_at2022-01-28 20:48:31.052855+00
updated_at2025-01-17 00:46:48.820651+00
description`serde::Serialize` implementation for `Valuable` types.
homepage
repositoryhttps://github.com/tokio-rs/valuable
max_upload_size
id523266
size44,632
Core (github:tokio-rs:core)

documentation

README

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.

Commit count: 137

cargo fmt