validate-args

Function argument and structure validation

$ luarocks install validate-args

validate.args provides a framework for validating function arguments and data structures. Scalar and (nested) table values as well as lists of values of the same type may be validated.

validate.args provides both procedural and object-oriented interfaces. The significant difference between the interfaces is that the procedural interface may be influenced by global settings while the object-oriented interface keeps those settings local to each object. Objects may themselves be cloned, allowing for nested hierarchies of validation specifications. Changes to parent objects do not affect child objects, and vice-versa.

Versions

1.5.9-16 years ago206 downloads
1.5.8-17 years ago78 downloads
1.5.4-18 years ago20,642 downloads
1.5.2-18 years ago80 downloads
1.2.4-28 years ago60 downloads
1.0.1-18 years ago200 downloads

Dependencies

lua >= 5.1
luassert >= 1.7.7

Labels

Manifests