summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/generators
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Add seed generator/populate w/testsa14m1-3/+111
2021-04-08Remove unneeded debugging printa14m1-1/+0
2021-04-07Refactor PLane impl to be generic to allow nestinga14m1-16/+16
2021-04-07Fix linting issuesa14m1-1/+1
2021-04-07Refactor module structure to split universe/planea14m2-2/+2
2021-04-07Add Plane (circular array) implementation w/testinga14m1-22/+22
2021-04-06Add the URL generator w/testinga14m1-2/+73
2021-04-06Fix URL parsing to only support http (as curl lib)a14m1-2/+2
2021-04-06Refactor populate to work with strings and generate veca14m1-13/+14
2021-04-06Fix linting issuesa14m1-9/+12
2021-04-06Format the IO error to include an ending line breaka14m1-2/+10
2021-04-06Fix the regex to test URLsa14m1-1/+1
2021-04-05Add populate function w/testinga14m1-0/+80
2021-04-05Add generate_file_data implementation w/testinga14m1-3/+58
2021-04-05DRY testing with opts configurable objecta14m1-16/+10
2021-04-05Refactor return result instead of universe objecta14m2-8/+12
2021-04-05Add skeleton for URL/file generatorsa14m1-0/+67
2021-04-04Fix linting issue with unused vara14m1-1/+1
2021-04-04Configure generators to be mockablea14m2-0/+8
2021-04-04Add the skeleton of the generators modules/methodsa14m2-0/+22