blob: 0b12885de36484aa8ec1f607d5b784afec6649cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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;
|