Clouseau v0.3.1 API Reference

Modules

This is the main module to use. You need to first require it in your file

Cl.inspect is a IO.inspect enhancement meant for debugging and testing session. Usage in production code is discuraged because of the extra debugging stuff it adds in output and the extra processing it does to create the label tag

Requiring Cl.inspect usualy happens during debugging or testing in order to use the Cl.inspect macro. Since it’s usage is discuraged in production “require Cl” should be removed also

This is the struct that holds the fields for the label Use new/3 to initialize the struct. The fields are initalized according to the switches. Disabled fields are set to nil

Renders a label according to the switches