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-macroto the target structs.