serde-aux

Crates.ioserde-aux
lib.rsserde-aux
version
sourcesrc
created_at2018-02-22 14:04:50.568396
updated_at2025-02-10 21:30:16.322044
descriptionA serde crate's auxiliary library
homepage
repositoryhttps://github.com/iddm/serde-aux
max_upload_size
id52391
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Shockingly Good (iddm)

documentation

https://docs.rs/serde-aux

README

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.

License

This project is licensed under the MIT license.

Commit count: 119

cargo fmt