Awesome
ExtractMacro.jl
Documentation | Build Status |
---|---|
This [Julia] package provides a macro to extract fields from composite objects
Installation
To install the module, use Julia's package manager: start pkg mode by pressing <kbd>]</kbd> and then enter:
(v1.3) pkg> add ExtractMacro
The module can then be loaded like any other Julia module:
julia> using ExtractMacro