#serialization #valuable #serde #no-std

no-std valuable-serde

serde::Serialize implementation for Valuable types

2 releases

0.1.1 Jan 17, 2025
0.1.0 Jan 28, 2022

#520 in Encoding

Download history 8287/week @ 2025-01-30 9530/week @ 2025-02-06 10424/week @ 2025-02-13 11867/week @ 2025-02-20 9721/week @ 2025-02-27 10186/week @ 2025-03-06 12519/week @ 2025-03-13 10782/week @ 2025-03-20 12064/week @ 2025-03-27 11428/week @ 2025-04-03 16162/week @ 2025-04-10 17576/week @ 2025-04-17 20419/week @ 2025-04-24 18622/week @ 2025-05-01 18645/week @ 2025-05-08 15851/week @ 2025-05-15

77,376 downloads per month
Used in 31 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

~95–315KB