mirage

Modules

config
module mirage.config

Base utilities for working with configurations.

ini
module mirage.ini

Utilities for loading INI files.

java
module mirage.java

Utilities for loading Java properties files.

json
module mirage.json

Utilities for loading JSON configurations.

keyvalue
module mirage.keyvalue

Utilities for loading generic configuration files consisting of key/value pairs.

testmain
module mirage.testmain

Public Imports

mirage.config
public import mirage.config;
Undocumented in source.
mirage.ini
public import mirage.ini;
Undocumented in source.
mirage.java
public import mirage.java;
Undocumented in source.
mirage.json
public import mirage.json;
Undocumented in source.
mirage.keyvalue
public import mirage.keyvalue;
Undocumented in source.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE file.