Crate refined_type

Source

Re-exports§

pub use result::Result;
pub use paste;

Modules§

result
rule

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 of RULE (predicate type)