summaryrefslogtreecommitdiffstats
path: root/CLI
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update Cargo file with meta dataa14m1-0/+5
2021-04-08Add the running loop and ctrlc handlinga14m3-4/+48
2021-04-08Remove unneeded debugging printa14m1-1/+0
2021-04-08Fix linting issuesa14m1-2/+4
2021-04-08Fix indexing the correct veca14m1-2/+2
2021-04-08Add the Display trait implementation to allow renderinga14m1-1/+69
2021-04-08Add banner implementation for the opts struct w/testsa14m1-0/+43
2021-04-07Add the test for the toad pattern tooa14m1-0/+38
2021-04-07Use the len from plane and add testing for evolve methoda14m1-3/+51
2021-04-07Add the len method to the planea14m1-0/+18
2021-04-07Refactor PLane impl to be generic to allow nestinga14m4-53/+53
2021-04-07Add draft evolve implementationa14m1-1/+21
2021-04-07Fix linting issuesa14m1-7/+7
2021-04-07Add the universe neighbors method w/testinga14m1-0/+156
2021-04-07Fix the split testing of the plane/universea14m2-89/+81
2021-04-07Fix linting issuesa14m4-8/+7
2021-04-07Refactor module structure to split universe/planea14m7-199/+207
2021-04-07Add Plane (circular array) implementation w/testinga14m3-26/+209
2021-04-07Use opts instead of full pathsa14m1-7/+8
2021-04-06Add the URL generator w/testinga14m1-2/+73
2021-04-06Fix URL parsing to only support http (as curl lib)a14m3-2/+104
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-05Render the generate errors correctly in maina14m1-1/+1
2021-04-05Refactor return result instead of universe objecta14m3-16/+23
2021-04-05Add skeleton for URL/file generatorsa14m3-0/+101
2021-04-04Fix linting issue with unused vara14m1-1/+1
2021-04-04Update the main to print the universe structa14m1-1/+2
2021-04-04Add the generate method to GoL modulea14m1-0/+66
2021-04-04Configure generators to be mockablea14m2-0/+8
2021-04-04Add basic universe structa14m1-0/+9
2021-04-04Remove unneeded mockinga14m1-5/+1
2021-04-04Add the skeleton of the generators modules/methodsa14m3-0/+26
2021-04-04Minor documentation fixesa14m1-2/+2
2021-04-03Add missing docsa14m3-0/+15
2021-04-03Update main to show parsed options and handle errorsa14m1-2/+3
2021-04-03Add the Opts struct and parse CLI args into struct w/validationa14m1-0/+166
2021-04-03Add the random rust packagea14m2-0/+71
2021-04-03Refactor options method to allow easier testinga14m1-6/+81
2021-04-02Move validators module to it's own filea14m2-121/+119
2021-04-02Add mocktopus for mocking in testsa14m2-0/+24
2021-04-02Add the testing of width and height in optsa14m1-0/+52
2021-04-01Add the testing of is_positivea14m1-0/+20
2021-04-01Add the delay opt validationsa14m2-0/+10
2021-04-01Add CLI Width/Height validationsa14m2-0/+45