Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T12:33:13.000Z (7 months ago)
- Last Synced: 2024-05-22T06:21:58.398Z (6 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. [![CI](https://github.com/iddm/serde-aux/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/serde-aux/actions/workflows/ci.yml) [![Crates badge](https://img.shields.io/crates/v/serde-aux.svg)](https://crates.io/crates/serde-aux) (Libraries / Encoding)
README
# 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).