serde-attr 0.1.0

Parse #[serde(...)] attributes for derive macros that need serde compatibility
Documentation
  • Coverage
  • 38.89%
    14 out of 36 items documented0 out of 9 items with examples
  • Size
  • Source code size: 10.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vikr01

Parse #[serde(...)] attributes for derive macros.

Used by derive macros (ts-rs, flowjs-rs, etc.) that need to read serde attributes to produce type definitions matching serde's serialization behavior.

Handles the "always consume the value" pattern to avoid parse buffer issues when serde attributes coexist with other derive attributes.