serde-shape-derive 0.0.1

Procedural macro implementation for the serde-shape crate.
Documentation

serde-shape

Crates.io Documentation MSRV 1.85 Apache 2.0 licensed Build Status

serde-shape is a crate to reflect the shape of a Serde-derived type.

Minimum Rust version policy

This crate's minimum supported rustc version is 1.85.0.

The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if crate 1.0 requires Rust 1.85.0, then crate 1.0.z for all values of z will also require Rust 1.85.0 or newer. However, crate 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.