RTypes v0.3.2 API Reference

Modules

RTypes is an Elixir library which helps automatically create a validation function for a given user type. The function can be used to check the shape of the data after de-serialisation or in unit-tests.

Generator module provides the make/4 function and make/2 macro which allow to atomatically derive a data generator to be used with property-based frameworks.

The module contains functions to derive generators to be used with StreamData library.