Update library description in README.md

This commit is contained in:
gengteng
2023-10-21 21:17:48 +08:00
parent 094c3b7475
commit 27d42b35e4

View File

@@ -9,7 +9,7 @@
## 📑 Overview
axum-valid is a library that provides data validation extractors for the Axum web framework. It integrates several popular validation crates in the Rust ecosystem to offer convenient validation and data handling extractors for Axum applications.
**axum-valid** is a library that provides data validation extractors for the Axum web framework. It integrates **validator**, **garde** and **validify**, three popular validation crates in the Rust ecosystem, to offer convenient validation and data handling extractors for Axum applications.
## 🚀 Basic usage