Stranger6667 / jsonschema-rs

JSON Schema validation library
https://docs.rs/jsonschema
MIT License
482 stars 90 forks source link

`ValidationError` Fns are mostly pub(crate) #490

Open jqnatividad opened 2 weeks ago

jqnatividad commented 2 weeks ago

which prevents me from using them apart from ValidationError::custom() when trying to make custom validators.