poodinis/example
2023-03-07 01:30:03 +03:00
..
annotations Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
applicationcontext Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
arraycompletion Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
constructorinjection Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
injectioninitializer Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
postconpredest Shorten name of example to fix compilation issues 2023-03-07 01:30:03 +03:00
qualifiers Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
quickstart Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
registeronresolve Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
valueinjection Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
README.md Clarify example running readme 2021-04-29 01:45:08 +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=constructorInjectionExample