| Crates.io | serde-validate-macro |
| lib.rs | serde-validate-macro |
| version | 0.2.0 |
| created_at | 2024-07-21 14:57:56.337801+00 |
| updated_at | 2024-07-29 21:38:28.289495+00 |
| description | A procedural macro that validates the deserialization of a struct |
| homepage | |
| repository | https://github.com/lucasmdjl/serde-validate |
| max_upload_size | |
| id | 1310391 |
| size | 44,498 |
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.
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" }
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.