Skip to content

Commit

Permalink
doc: modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 30, 2024
1 parent bf41652 commit fc741fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn validate_gender(gender: &mut String) -> Result<(), Message> {
| `Required.and(Not(StartsWith("foo")))` | negative rule |

## Bench
| [second scheme](https://github.com/tu6ge/valitron/blob/string/examples/string.rs)| validator(lib) |
| [second scheme](https://github.com/tu6ge/valitron/blob/string/examples/string.rs)| [validator](https://github.com/Keats/validator)(other library) |
| --- | --- |
| 192.55 ns | 680.43 ns |

Expand Down

0 comments on commit fc741fd

Please sign in to comment.