ufechner7/KiteUtils.jl

Simplify code by using StructTypes

Closed this issue · 0 comments

With the package StructTypes.jl it is possible to create a settings struct from a dictionary automatically without writing code for each field. This greatly simplifies the function se() and also makes it easier to add new fields in the future.