FieldProperties.jl

Per field properties that can be easily defined across metadata structures
Author Tokazama
Popularity
5 Stars
Updated Last
1 Year Ago
Started In
January 2020

FieldProperties.jl

Build Status codecov

FieldProperties provides an interface for creating method/property based APIs that can be flexibly incorporated into Julia structures. This is predominantly accomplished through the use of @defprop and @properties. These macros help in the creation of methods and mapping them to the fields of a concrete type.

Used By Packages