vibe / self contained standalone executable?
rikki cattermole
rikki at cattermole.co.nz
Sun Jul 28 14:58:19 UTC 2019
On 29/07/2019 2:42 AM, Robert M. Münch wrote:
> On 2019-07-28 14:14:06 +0000, Sebastiaan Koppe said:
>
>> I am using https://dlang.org/spec/expression.html#import_expressions
>> for text files. Don't know if it works on binary files as well.
>
> And this works than good together with the vibe framework? So, it's not
> requiring or forcing one to use files or databases?
>
vibe.d uses this for their templates.
For a VFS you would need to have your own API (can be library) that you
explicitly use.
More information about the Digitalmars-d-learn
mailing list