Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 820 Bytes

File metadata and controls

12 lines (8 loc) · 820 Bytes

context_deserialize

CI Crates.io Documentation

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.