aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/package.d
blob: 6bc66eac33be0553b0c866f7ba3a7fa4726efde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.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;