summaryrefslogtreecommitdiffstats
path: root/src/util/parser.rs
AgeCommit message (Collapse)Author
2021-01-18Run `cargo fmt`Matthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2021-01-13Add LICENSE file and license headersMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-07Reimplement env_pass_validator() using pom, add testsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-08Remove unused imports, sort importsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-28Split parser implementationMatthias Beyer
This commit splits the parser implementation and moves the code to the types it parses. This way we reduce the code duplication. A util module was added for the trivial parser functions. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>