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
[]
= "0.1.0"
= "1.0"