Vendored version of serde-aux from crates.io
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
jordan gonzález e34b5f86b4
Some checks failed
CI / Test (push) Failing after 0s
CI / Test-1 (push) Failing after 0s
CI / Test-2 (push) Failing after 0s
CI / Test-3 (push) Failing after 0s
CI / Test-4 (push) Failing after 0s
CI / Run clippy (push) Failing after 0s
CI / MSRV (push) Failing after 0s
CI / Build docs (push) Failing after 0s
Lint / Format (push) Has been cancelled
Lint / Clippy (push) Has been cancelled
feat: allow string values to be lowercased when parsing to bool (#46)
* allow string values to be lowercased when parsing to bool

also added unit tests

* add unit test with multiple casing

* typo
2025-04-23 09:28:01 +02:00
.github Update GitHub actions versions (#47) 2025-04-22 20:37:12 +02:00
src feat: allow string values to be lowercased when parsing to bool (#46) 2025-04-23 09:28:01 +02:00
.gitignore x_x 2023-12-05 18:18:01 +01:00
Cargo.toml Update GitHub actions versions (#47) 2025-04-22 20:37:12 +02:00
LICENSE Initial commit 2018-02-22 17:03:02 +03:00
README.md Update GitHub actions versions (#47) 2025-04-22 20:37:12 +02:00

serde-aux

Crates badge CI Documentation MIT licensed GitHub Sponsors

An auxiliary library for the serde crate.

Contains some useful helper stuff. See docs 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.
  • Since 4.7.0 - rustc 1.62.

License

This project is licensed under the MIT license.