3 unstable releases
Uses new Rust 2024
| 0.2.1 | Jan 14, 2026 |
|---|---|
| 0.2.0 | Nov 7, 2025 |
| 0.1.0 | Oct 8, 2025 |
#37 in #deriving
4,459 downloads per month
Used in context_deserialize
7KB
104 lines
context_deserialize
A Rust library for deserializing data structures with additional context, built on top of serde.
Overview
context_deserialize provides a trait similar to serde::Deserialize, but with an additional context parameter that can be passed through the deserialization process.
This is useful when you need external information (like a version number or configuration) to properly deserialize your data structures.
Dependencies
~145–550KB
~13K SLoC