Skip to content

Commit

Permalink
change readme add features info
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 2, 2023
1 parent 88062c6 commit 2e230d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Inspired by axum

> Warning: This is currently in a very early stage of development
## Features

- Ergonomics validation
- Build-in rule, e.g. Required, StartWith ...
- Closure validate
- Related validate, e.g. password confirm
- Custom rule with other parameter
- Check / modify input data
- Custom error message
- collect validate error messages
- Support all types data on `#[dervic(Serialize, Deserialize)]` ( visit [`serde`](https://serde.rs/) for more info)

## Examples

```rust
Expand Down

0 comments on commit 2e230d7

Please sign in to comment.