Clarify JSON Validator
A powerful and flexible JSON validation library for Rust with multi-language support.
🇺🇸 English Documentation | 🇧🇷 Documentação em Português
Features
- ✅ Multi-language Support: English (default) and Portuguese
- ✅ Detailed Error Messages: Clear and actionable error descriptions
- ✅ Type-Safe: Strongly typed error structures
- ✅ Extensible: Easy to add new error types and languages
- ✅ Framework Integration: Optional Axum support
- ✅ Zero-Cost Abstractions: Minimal runtime overhead
Quick Start
use *;
Installation
[]
= "0.1.0"
# With Axum integration
= { = "0.1.0", = ["axum"] }
Documentation
- English Documentation - Complete guide in English
- Documentação em Português - Guia completo em português
Examples
See the examples directory for more usage examples.
Contributing
Contributions are welcome! Please check our contributing guidelines.
License
MIT License - see LICENSE file for details.
Author
Luan Costa