context_deserialize_derive

Crates.iocontext_deserialize_derive
lib.rscontext_deserialize_derive
version0.2.1
created_at2025-10-08 14:35:49.010534+00
updated_at2026-01-14 04:00:50.737393+00
descriptionProcedural macro for deriving the ContextDeserialize trait
homepage
repositoryhttps://github.com/sigp/context_deserialize
max_upload_size
id1874039
size11,702
crates-io (github:sigp:crates-io)

documentation

https://docs.rs/context_deserialize_derive

README

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.

Commit count: 8

cargo fmt