aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.config/nihil.config.ccm
blob: d20c3fe756a4d0f3a166b33365385c38f090caa7 (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.config;

export import :error;
export import :option;
export import :read;
export import :store;
export import :string;
export import :write;