serde-validate-macro

Crates.ioserde-validate-macro
lib.rsserde-validate-macro
version0.2.0
sourcesrc
created_at2024-07-21 14:57:56.337801
updated_at2024-07-29 21:38:28.289495
descriptionA procedural macro that validates the deserialization of a struct
homepage
repositoryhttps://github.com/lucasmdjl/serde-validate
max_upload_size
id1310391
size44,498
(lucasmdjl)

documentation

README

serde-validate-macro

This crate provides the validate_deser procedural macro for the serde-validate crate.

Users should refer to the serde-validate crate for usage details and examples.

Installation

This crate is typically used as a dependency of the serde-validate crate. To use the validate_deser macro, enable the macro feature in the serde-validate crate.

Add this to your Cargo.toml:

[dependencies]
serde-validate = { version = "0.1" }

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Commit count: 0

cargo fmt