einstellung 0.1.6

A Rust Configuration Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: einstellung/src/tests.rs
expression: "print_res(res, true)"
---
pass:
AppConfig {
    app_name: "foo",
    network: NetworkConfig {
        listen: ListenConfig {
            address: 192.168.0.1,
            port: 443,
        },
    },
}