Serde Alter<br>
[<img alt="github.com" src="https://img.shields.io/badge/github.com-LMOORS30/serde--alter-5e728a?labelColor=343942&style=for-the-badge&logo=github" height="20">](https://github.com/LMOORS30/serde-alter)
[<img alt="crates.io" src="https://img.shields.io/badge/crates.io-serde--alter-5e888a?labelColor=343942&style=for-the-badge&logo=rust" height="20">](https://crates.io/crates/serde-alter)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-serde--alter-5e8a76?labelColor=343942&style=for-the-badge&logo=docs.rs" height="20">](https://docs.rs/serde-alter)
===========
Utilities for alternative [serde](https://serde.rs) 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
```toml
[dependencies]
serde-alter = "0.1.0"
serde = "1.0"
```
<br>
### Usage
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-serde--alter-5e8a76?labelColor=343942&style=for-the-badge&logo=docs.rs" height="30">](https://docs.rs/serde-alter)
<br>
#### License
<sup>
Licensed under either of
<a href="LICENSE-APACHE">Apache License, Version 2.0</a> or
<a href="LICENSE-MIT">MIT license</a>
at your option.
</sup>
<br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>