context_deserialize

Crates.iocontext_deserialize
lib.rscontext_deserialize
version0.2.1
created_at2025-10-08 14:35:52.706835+00
updated_at2026-01-14 04:00:52.167453+00
descriptionContext-aware deserialization trait for Rust data structures, extending serde with additional context parameters
homepage
repositoryhttps://github.com/sigp/context_deserialize
max_upload_size
id1874040
size10,185
crates-io (github:sigp:crates-io)

documentation

https://docs.rs/context_deserialize

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