Vendored version of serde-aux from crates.io
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
* allow string values to be lowercased when parsing to bool also added unit tests * add unit test with multiple casing * typo |
||
| .github | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
serde-aux
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) - rustc1.36. - Since
3.0.0- rustc1.56. - Since
4.3.0- rustc1.57. - Since
4.5.1- rustc1.61. - Since
4.7.0- rustc1.62.
License
This project is licensed under the MIT license.