/ctoptions

A D Programming Language library for handling a key/value config file format at compile-time.

Primary LanguageDMozilla Public License 2.0MPL-2.0

Description

Various compile-time libraries that deal with command-line arguments and application settings.

Overview

  • ctoptions.commander – Allows command line arguments to be mapped to a function.
  • ctoptions.getoptmixin – Enables the autogeneration of getopt commandline parameters based on a passed structs members.
  • ctoptions.structoptions – A key/value configuration format using compile time reflection and structs.