| Crates.io | context_deserialize_derive |
| lib.rs | context_deserialize_derive |
| version | 0.2.1 |
| created_at | 2025-10-08 14:35:49.010534+00 |
| updated_at | 2026-01-14 04:00:50.737393+00 |
| description | Procedural macro for deriving the ContextDeserialize trait |
| homepage | |
| repository | https://github.com/sigp/context_deserialize |
| max_upload_size | |
| id | 1874039 |
| size | 11,702 |
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.