1 unstable release

0.1.0 Feb 18, 2023

#318 in Email

Custom license

9KB
171 lines

dator

A data validator library.


lib.rs:

Validate different data types.

This library is realy simple: give a &str as an argument and return a bool.

Example

if dator::domain("example.com") {
    // valid domain
}

No runtime deps