D Configuration Framework Update

October 10th, 2007 | by Aldacron |

Martin Kuszczak has rewritten his D Configuration Framework (a.k.a. Program Options) and put out a beta release. You can use this library to ease management of application configuration, such as:

…reading configuration options from physical media, saving them back,
presenting description of available options to user, checking for
incorrect usage, working with different sources of options, checking
option values for validity, synchronizing with physical media, etc.

Post a Comment