summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-15Use lazy_static for parse_choice regexRyan Geary
2020-03-15Return ParseIntErrors from parse_choiceRyan Geary
2020-03-15Remove lingering flame_it cfgRyan Geary
2020-03-15Add custom BufReader to cut down on allocation timeRyan Geary
2020-03-15Add test and bench rules to MakefileRyan Geary
2020-03-14Add error messages for stdout writesRyan Geary
2020-03-14Make regex compilation errors more specificRyan Geary
2020-03-10Set version=0.1.3v0.1.3Ryan Geary
2020-03-10Improve performance and add profiling toolingRyan Geary
2019-10-24RustFmtRyan Geary
2019-10-13[BREAKING] Default to inclusive ranges, -x for exclusiveRyan Geary
2019-10-13Add reverse rangesRyan Geary
2019-10-13Add print_out_of_order testRyan Geary
2019-10-10Reorganize massivelyv0.1.2Ryan Geary
2019-10-09Remove repeated Regex compilationRyan Geary
2019-09-29Use BufWriter and write(ln)! instead of print(ln)!Ryan Geary
2019-09-29Stop `collect`ing lines of stdinRyan Geary
2019-09-29Bump version in Cargo.tomlv0.1.1Ryan Geary
2019-09-17Add cargo test to e2etestRyan Geary
2019-09-17Add a bunch of get_choice_slice testsRyan Geary
2019-09-17Separate slice finding from printingRyan Geary
2019-09-17Move parse_choice tests into their own test moduleRyan Geary
2019-09-17Add future testsRyan Geary
2019-09-17Add successful parsing testsRyan Geary
2019-09-17Test return value on error with e2e testRyan Geary
2019-09-17Add first testRyan Geary
2019-09-17Move most of the processing out of mainRyan Geary
2019-09-17Add compilation instructionsRyan Geary
2019-09-16separate examples to make explanations easier to digest visuallyCollin Reilly Clark
2019-09-11Update readmeRyan 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-11Add choose 12 testRyan Geary
2019-09-10Rename test to e2e_testv0.1.0Ryan Geary
2019-09-10Ignore all whitespace in testingRyan Geary
2019-09-10Validate vector indecesRyan Geary
2019-09-10Add basic test suiteRyan 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