hostlist-parser 0.1.0

Parses hostlist expressions into a Vec of Strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/structures.rs
expression: "RangeOutput::Range(3, 1, 10).iter().collect::<Vec<_>>()"
---
[
    "0001",
    "0002",
    "0003",
    "0004",
    "0005",
    "0006",
    "0007",
    "0008",
    "0009",
    "0010",
]