serde-alter 0.1.0

Utilities for alternative serde serializations
Documentation
  • Coverage
  • 100%
    48 out of 48 items documented2 out of 2 items with examples
  • Size
  • Source code size: 72.91 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LMOORS30/serde-alter
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LMOORS30

Serde Alter

Utilities for alternative serde serializations.

Allows for a secondary serializer implementation to be specified for any value, optionally enabled by wrapping the serialized object in a newtype. This can be useful for sensitive information or other simple data transformations, acting as a convenient toggle for different outputs.

Cargo.toml
[dependencies]
serde-alter = "0.1.0"
serde = "1.0"

Usage

License