https://github.com/iddm/serde-aux
An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.
https://github.com/iddm/serde-aux
rust serde
Last synced: about 1 month ago
JSON representation
An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.
- Host: GitHub
- URL: https://github.com/iddm/serde-aux
- Owner: iddm
- License: mit
- Created: 2018-02-22T14:00:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T12:33:13.000Z (about 1 year ago)
- Last Synced: 2024-05-22T06:21:58.398Z (12 months ago)
- Topics: rust, serde
- Language: Rust
- Homepage:
- Size: 107 KB
- Stars: 144
- Watchers: 2
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - iddm/serde-aux - additional tools for using with the serde library. [](https://github.com/iddm/serde-aux/actions/workflows/ci.yml) [](https://crates.io/crates/serde-aux) (Libraries / Encoding)
README
# serde-aux
[](https://crates.io/crates/serde-aux)
[](https://github.com/iddm/serde-aux/actions/workflows/ci.yml)
[](https://docs.rs/serde-aux)
[](./LICENSE)
[](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).