posexional v1.0.0 PosexionalFile View Source

macros for defining file modules

Link to this section Summary

Functions

add use Posexional on top of an elixir module to use macros to define fields

define a row of a positional file

Link to this section Functions

Link to this macro

__using__(opts)

View Source (macro)

add use Posexional on top of an elixir module to use macros to define fields

Link to this macro

row(row_module)

View Source (macro)
Link to this macro

row(name, list)

View Source (macro)

define a row of a positional file

Link to this macro

row(name, guesser, list)

View Source (macro)