blob: 4ada81c1c03e420a2fda975547da98e22d4f03f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This source code is released into the public domain.
*/
module;
export module nihil.config;
export import :error;
export import :option;
export import :store;
export import :string;
export import :write;
|