# 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`: ```toml [dependencies] serde-validate = { version = "0.1" } ``` ## License This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.