1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//! # Simple Configuration Facade
//!
//! Author: Qiang Zhao <koqizhao@outlook.com>
//!
//! Github: [https://github.com/mydotey/scf](https://github.com/mydotey/scf)
//!
//! Usage: [https://github.com/mydotey/scf/tree/master/rust](https://github.com/mydotey/scf/tree/master/rust)
//!
//! Usage: [https://github.com/mydotey/scf/tree/master/rust/tests](https://github.com/mydotey/scf/tree/master/rust/tests)
extern crate lang_extension;
extern crate log;