- Compile-time options: a set of options that may be used to change
cloak
behavior at compile-time - Field types: description of different field types
cloak
supports - Runtime errors: runtime errors
cloak
can generate - Interface functions: description of all exported functions cloak will generate for you
- Types and specs: exported generated types and function specifications
- Importers: a way to import some fancy-packed data into your datastructure
- Validators: different ways to validate data with user-defined callbacks
- Exporters: different ways to export data with user-defined callbacks
- Substructures: explanation of nested data structures
cloak
supports - Internal functions: description of auto-generated internal functions that you may use in your source code
- [Tips and tricks](tips and tricks.md)
- Known issues
- Contributing