summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-09-17Add successful parsing testsRyan Geary
2019-09-17Add first testRyan Geary
2019-09-17Move most of the processing out of mainRyan Geary
2019-09-11Convert panic!s to eprintln!s and add exit statiRyan Geary
2019-09-11Add regex matching with field separatorRyan Geary
2019-09-11Unify enumerating lines in print_choiceRyan Geary
2019-09-10Validate vector indecesRyan Geary
2019-09-10Allow for inclusive ranges and move choice parsing into Choice enumRyan Geary
2019-09-10Update choice help documentRyan Geary
2019-09-10Add Range printingRyan Geary
2019-09-10RustFmtRyan Geary
2019-09-10Iterate through lines and choicesRyan Geary
2019-09-06Add flag for input file, change inclusive short to nRyan Geary
2019-09-06Apply RustFmtRyan Geary
2019-09-06change parse_range -> parse_choiceRyan Geary
2019-09-06Parse single field numbersRyan Geary
2019-09-06Change arg from Range to ChoiceRyan Geary
2019-09-06Rework Choice structRyan Geary
2019-09-06Handle errors in parse_rangeRyan Geary
2019-09-06Add explicit `dyn` before TraitsRyan Geary
2019-09-06Take one rangeRyan Geary
2019-09-06Make field_separator an Option<>Ryan Geary
2019-09-06Add parse_range functionRyan Geary
2019-09-06Define Range and Choice typesRyan Geary
2019-09-02Start parsing command line and reading input fileRyan Geary