View Source PosexionalFile (posexional v1.1.0-rc.0)

macros for defining file modules

Summary

Functions

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

define a row of a positional file

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)