Skip to content

sigp/context_deserialize

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages