Crate protocheck_core

Crate protocheck_core 

Source
Expand description

§⚙️ Protocheck-core

This is an internal crate used by protocheck. Please refer to the main docs to learn more about how to get started.

Re-exports§

pub use cel;cel

Modules§

field_data
The context about the field being validated that is passed to the validators.
validators
The functions executing the validation logic. These are called by the validators added by protocheck-proc-macro to the target structs.