<feed xmlns='http://www.w3.org/2005/Atom'>
<title>game-of-life.git/CLI/rust/src/game_of_life/universe.rs, branch main</title>
<subtitle>Game of Life implementation in different languages
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/'/>
<entry>
<title>Refactor module structure to split universe/plane</title>
<updated>2021-04-07T12:24:44+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T12:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=aa0c96b05c7012ac84a3787dcb2b661c7bf53029'/>
<id>aa0c96b05c7012ac84a3787dcb2b661c7bf53029</id>
<content type='text'>
The objects will grow bigger and might be hard for readability to keep
them in 1 file hence the split
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The objects will grow bigger and might be hard for readability to keep
them in 1 file hence the split
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Plane (circular array) implementation w/testing</title>
<updated>2021-04-07T12:01:42+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=bd0ef4dcf5b46664c9e0b206f6acd8cf9b3532da'/>
<id>bd0ef4dcf5b46664c9e0b206f6acd8cf9b3532da</id>
<content type='text'>
Refactor the code to use Plane struct instead of Vec&lt;bool&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor the code to use Plane struct instead of Vec&lt;bool&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic universe struct</title>
<updated>2021-04-03T23:38:35+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-03T23:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=c125b8f303aee292e1875728d4dcb6efa3ca419f'/>
<id>c125b8f303aee292e1875728d4dcb6efa3ca419f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
