An IConfig with adapter support that uses the filesystem to store/retrieve its configuration value.
A very simple IConfig that simply stores the value in memory. This is mostly only useful for testing.
Note: The base type of the resulting service is IConfig!For, so ensure that your dependency injected code asks for IConfig!For instead of AdapatableFileConfig!(For, Adapter).
The simplest interface for configuration.
A template that evaluates to a bool which determines whether the given Adapter can successfully compile all the code needed to serialise and deserialise the For type.
Contains services that are used to easily load, modify, and store the program's configuration.