A Rust library for deserializing data structures with additional context, built on top of serde.
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.