alpaylan / tail

Tail, a typed and structured document editor
https://tail.rocks
87 stars 8 forks source link

Add Date Validator #1

Closed alpaylan closed 3 months ago

alpaylan commented 1 year ago

Right now, we don't actively use validators, but we would like to. Validators will be crucial as we start adding complex data types.

The exact position for the validation is line 25 of src/data_schema.rs

tu6ge commented 1 year ago

Hi, about validator, valitron maybe is a good choice.

alpaylan commented 1 year ago

That looks nice! I'll check the details.