einstellung 0.1.6

A Rust Configuration Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: einstellung/src/tests.rs
expression: "print_res(res, true)"
---
pass:
UserConfig3 {
    users: Some(
        {
            "bob",
            "root",
        },
    ),
}