serde-aux 4.6.0

A serde crate's auxiliary library
Documentation
# serde-aux
[![Crates badge](https://img.shields.io/crates/v/serde_aux.svg)](https://crates.io/crates/serde-aux) 
[![CI](https://github.com/iddm/serde-aux/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/serde-aux/actions/workflows/ci.yml)
[![Documentation](https://docs.rs/serde-aux/badge.svg)](https://docs.rs/serde-aux)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/iddm)](https://github.com/sponsors/iddm)

An auxiliary library for the [`serde`](https://github.com/serde-rs/serde) crate.

Contains some useful helper stuff. See [docs](https://docs.rs/serde-aux) for more info.

The library is free for any contributions. The goal of this crate is to improve the user experience of the **serde**
crate.

## Rust version
The minimal rust version the library supports:
  - Up to version `3.0.0` (excluding) - rustc `1.36`.
  - Since `3.0.0` - rustc `1.56`.
  - Since `4.3.0` - rustc `1.57`.
  - Since `4.5.1` - rustc `1.61`.

## License
This project is [licensed under the MIT license](https://github.com/iddm/serde-aux/blob/master/LICENSE).