index
:
game-of-life.git
main
Game of Life implementation in different languages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CLI
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
Remove unneeded debugging print
a14m
1
-1
/
+0
2021-04-08
Fix linting issues
a14m
1
-2
/
+4
2021-04-08
Fix indexing the correct vec
a14m
1
-2
/
+2
2021-04-08
Add the Display trait implementation to allow rendering
a14m
1
-1
/
+69
2021-04-08
Add banner implementation for the opts struct w/tests
a14m
1
-0
/
+43
2021-04-07
Add the test for the toad pattern too
a14m
1
-0
/
+38
2021-04-07
Use the len from plane and add testing for evolve method
a14m
1
-3
/
+51
2021-04-07
Add the len method to the plane
a14m
1
-0
/
+18
2021-04-07
Refactor PLane impl to be generic to allow nesting
a14m
4
-53
/
+53
2021-04-07
Add draft evolve implementation
a14m
1
-1
/
+21
2021-04-07
Fix linting issues
a14m
1
-7
/
+7
2021-04-07
Add the universe neighbors method w/testing
a14m
1
-0
/
+156
2021-04-07
Fix the split testing of the plane/universe
a14m
2
-89
/
+81
2021-04-07
Fix linting issues
a14m
4
-8
/
+7
2021-04-07
Refactor module structure to split universe/plane
a14m
7
-199
/
+207
2021-04-07
Add Plane (circular array) implementation w/testing
a14m
3
-26
/
+209
2021-04-07
Use opts instead of full paths
a14m
1
-7
/
+8
2021-04-06
Add the URL generator w/testing
a14m
1
-2
/
+73
2021-04-06
Fix URL parsing to only support http (as curl lib)
a14m
3
-2
/
+104
2021-04-06
Refactor populate to work with strings and generate vec
a14m
1
-13
/
+14
2021-04-06
Fix linting issues
a14m
1
-9
/
+12
2021-04-06
Format the IO error to include an ending line break
a14m
1
-2
/
+10
2021-04-06
Fix the regex to test URLs
a14m
1
-1
/
+1
2021-04-05
Add populate function w/testing
a14m
1
-0
/
+80
2021-04-05
Add generate_file_data implementation w/testing
a14m
1
-3
/
+58
2021-04-05
DRY testing with opts configurable object
a14m
1
-16
/
+10
2021-04-05
Render the generate errors correctly in main
a14m
1
-1
/
+1
2021-04-05
Refactor return result instead of universe object
a14m
3
-16
/
+23
2021-04-05
Add skeleton for URL/file generators
a14m
3
-0
/
+101
2021-04-04
Fix linting issue with unused var
a14m
1
-1
/
+1
2021-04-04
Update the main to print the universe struct
a14m
1
-1
/
+2
2021-04-04
Add the generate method to GoL module
a14m
1
-0
/
+66
2021-04-04
Configure generators to be mockable
a14m
2
-0
/
+8
2021-04-04
Add basic universe struct
a14m
1
-0
/
+9
2021-04-04
Remove unneeded mocking
a14m
1
-5
/
+1
2021-04-04
Add the skeleton of the generators modules/methods
a14m
3
-0
/
+26
2021-04-03
Add missing docs
a14m
3
-0
/
+15
2021-04-03
Update main to show parsed options and handle errors
a14m
1
-2
/
+3
2021-04-03
Add the Opts struct and parse CLI args into struct w/validation
a14m
1
-0
/
+166
2021-04-03
Add the random rust package
a14m
2
-0
/
+71
2021-04-03
Refactor options method to allow easier testing
a14m
1
-6
/
+81
2021-04-02
Move validators module to it's own file
a14m
2
-121
/
+119
2021-04-02
Add mocktopus for mocking in tests
a14m
2
-0
/
+24
2021-04-02
Add the testing of width and height in opts
a14m
1
-0
/
+52
2021-04-01
Add the testing of is_positive
a14m
1
-0
/
+20
2021-04-01
Add the delay opt validations
a14m
2
-0
/
+10
2021-04-01
Add CLI Width/Height validations
a14m
2
-0
/
+45
2021-04-01
Add the CLI options basic args
a14m
2
-1
/
+73
2021-03-31
Update dev dependencies and README
a14m
3
-4
/
+23
2020-12-15
Clean gitlab/codecov parts
a14m
1
-7
/
+0
[next]