Re-exports§
Modules§
Macros§
- And
- A macro to generate a
Rule
that combines multiple rules - Nand
- Nor
- Or
- A macro to generate a
Rule
that combines multiple rules - Xor
- declare_
regex_ rule - A macro to declare a rule that validates a
String
based on a regex pattern
Structs§
- Refined
- Refined is a versatile type in ensuring that
T
satisfies the conditions ofRULE
(predicate type)