Skip to content

A library for validating deserialized structs and enums in Rust

License

Notifications You must be signed in to change notification settings

lucasmdjl/serde-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serde Validate

This repository contains two Rust crates for validating deserialized structs and enums:

  • serde-validate
  • serde-validate-macro

Overview

The serde-validate crate provides utilities for validating deserialized structs and enums in Rust. It includes a Validate trait and a procedural macro, validate_deser, that generates deserialization code with integrated validation.

The serde-validate-macro crate provides the procedural macro implementation used by serde-validate.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

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

About

A library for validating deserialized structs and enums in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages