Skip to content

Commit

Permalink
Sarthak | Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Jan 15, 2024
1 parent 1bdc3fa commit 2e0af83
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,15 @@ pass_phrase.should_not_be_empty()

### Key features:

- **Fluent API**: Chain assertions for a natural and readable experience.
- **Extensive assertions**: Variety of assertions covering common validation needs.
- **Customizable**: Extend with your own assertions for specific domain requirements.
- **Type-safe**: Built with Rust's type system for reliable and expressive assertions.
- **Custom assertions**: Craft assertions tailored to your exact needs, ensuring comprehensive validations for various data structures.
🔹 **Fluent API**: Chain assertions for a natural and readable experience.

🔹 **Extensive assertions**: Variety of assertions covering common validation needs.

🔹 **Customizable**: Extend with your own assertions for specific domain requirements.

🔹 **Type-safe**: Built with Rust's type system for reliable and expressive assertions.

🔹 **Custom assertions**: Craft assertions tailored to your exact needs, ensuring comprehensive validations for various data structures.

### Usage

Expand Down

0 comments on commit 2e0af83

Please sign in to comment.