serde-shape 0.0.1

Reflect Serde deserialization shapes at compile time.
Documentation
  • Coverage
  • 100%
    126 out of 126 items documented0 out of 30 items with examples
  • Size
  • Source code size: 120.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fast/serde-shape
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tisonkun

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.