aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.util/nihil.util.ccm
blob: 89510c9437874441828bda8d86182654f78c39ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This source code is released into the public domain.
 */

module;

export module nihil.util;

export import :capture_stream;
export import :ctype;
export import :parse_size;
export import :next_word;
export import :skipws;
export import :tabulate;