einstellung 0.1.6

A Rust Configuration Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: einstellung/src/tests.rs
expression: "print_res(res, false)"
---
error:
Validation failed for field 'AppConfig::network::listen::address': Address must not be a multicast address
Validation {
    field: FieldPath {
        base_type: "AppConfig",
        field: "address",
        path: [
            "listen",
            "network",
        ],
    },
    reason: "Address must not be a multicast address",
}