sdl-parser 0.21.2

The SDL parser is a Rust tool designed for parsing Scenario Defined Language files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: sdl-parser/src/condition.rs
expression: condition
---
Condition {
    name: None,
    command: None,
    interval: None,
    source_helper: Some(
        ShortSource(
            "digital-library-package",
        ),
    ),
    source: None,
    description: None,
    environment: None,
}