1 unstable release

0.1.0 Jan 28, 2022

#2027 in Encoding

Download history 968/week @ 2023-12-12 764/week @ 2023-12-19 436/week @ 2023-12-26 974/week @ 2024-01-02 882/week @ 2024-01-09 1370/week @ 2024-01-16 1552/week @ 2024-01-23 1694/week @ 2024-01-30 1625/week @ 2024-02-06 1599/week @ 2024-02-13 1602/week @ 2024-02-20 1739/week @ 2024-02-27 1582/week @ 2024-03-05 1705/week @ 2024-03-12 1594/week @ 2024-03-19 1298/week @ 2024-03-26

6,522 downloads per month
Used in 13 crates (7 directly)

MIT license

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–350KB