| Crates.io | context_deserialize |
| lib.rs | context_deserialize |
| version | 0.2.1 |
| created_at | 2025-10-08 14:35:52.706835+00 |
| updated_at | 2026-01-14 04:00:52.167453+00 |
| description | Context-aware deserialization trait for Rust data structures, extending serde with additional context parameters |
| homepage | |
| repository | https://github.com/sigp/context_deserialize |
| max_upload_size | |
| id | 1874040 |
| size | 10,185 |
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.