mirage-injector/examples
Mike Bierlee 8537804426 Get rid of public access specifiers
They are default in D
2023-05-18 00:06:54 +03:00
..
quickstart Get rid of public access specifiers 2023-05-18 00:06:54 +03:00
README.md Add quickstart example 2022-11-27 18:47:33 +03:00

To run any of these examples, specify the relevant DUB configuration:

dub run --build=release --config=<name>Example

Where <name> corresponds to the name of the folder where the code example is in (camel-cased).

e.g:

dub run --build=release --config=quickstartExample