Structs§
- Resource
Limits - Limits to prevent abuse and enable predictable resource usage
Constants§
- MAX_
FACT_ NAME_ LENGTH - MAX_
NUMBER_ DIGITS - Maximum significant digits in a number string. rust_decimal supports at most 28; more can panic or overflow in parse or arithmetic.
- MAX_
RULE_ NAME_ LENGTH - MAX_
SPEC_ NAME_ LENGTH - MAX_
TYPE_ NAME_ LENGTH
Functions§
- check_
max_ length - Validate that a name does not exceed the given character limit.
kindis a human-readable noun like “spec”, “fact”, “rule”, or “type”.