summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/simulation/plane.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-07Add the len method to the planea14m1-0/+18
2021-04-07Refactor PLane impl to be generic to allow nestinga14m1-5/+5
Wrap the outer vector in a plane to allow safer navigation
2021-04-07Fix the split testing of the plane/universea14m1-39/+35
2021-04-07Fix linting issuesa14m1-1/+1
2021-04-07Refactor module structure to split universe/planea14m1-0/+72
The objects will grow bigger and might be hard for readability to keep them in 1 file hence the split