posexional v0.4.2 PosexionalFile

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) (macro)

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

Link to this macro row(row_module) (macro)
Link to this macro row(name, list) (macro)

define a row of a positional file

Link to this macro row(name, guesser, list) (macro)