From 2731b33fe2d05fe3ebc3e2f98d39eacf7295d1e4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 16 Nov 2019 12:16:08 -0500 Subject: module & src renaming --- src/doc_reform/io_out/package.d | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/doc_reform/io_out/package.d (limited to 'src/doc_reform/io_out/package.d') diff --git a/src/doc_reform/io_out/package.d b/src/doc_reform/io_out/package.d new file mode 100644 index 0000000..1f11046 --- /dev/null +++ b/src/doc_reform/io_out/package.d @@ -0,0 +1,22 @@ +module doc_reform.io_out; +public import + std.algorithm, + std.array, + std.container, + std.exception, + std.path, + std.process, + std.range, + std.regex, + std.stdio, + std.string, + std.traits, + std.typecons, + // std.uni, + std.utf; +public import + doc_reform.share.defaults, + doc_reform.io_in.paths_source, + doc_reform.io_out.defaults, + doc_reform.io_out.paths_output, + doc_reform.io_out.rgx; -- cgit v1.2.3