<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starb.git, branch v0.1.1</title>
<subtitle>rust library for statically allocated ring buffers</subtitle>
<id>https://git.spork.org/starb.git/atom?h=v0.1.1</id>
<link rel='self' href='https://git.spork.org/starb.git/atom?h=v0.1.1'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/'/>
<updated>2019-08-13T15:22:58Z</updated>
<entry>
<title>Version bump to 0.1.1.</title>
<updated>2019-08-13T15:22:58Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-13T15:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=9be841ec59fa717b7adae8b550d0625a8cd0bab4'/>
<id>urn:sha1:9be841ec59fa717b7adae8b550d0625a8cd0bab4</id>
<content type='text'>
  * Add more documentation.
  * Add `Iterator` implementation.
  * Optimize indexing by using unchecked variants.
</content>
</entry>
<entry>
<title>Documentation.</title>
<updated>2019-08-13T15:20:24Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-13T15:20:24Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=25bbfb332e0edcdc7f3c400d8fc1b83efa9ac6d0'/>
<id>urn:sha1:25bbfb332e0edcdc7f3c400d8fc1b83efa9ac6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add iterator implementation.</title>
<updated>2019-08-13T15:14:25Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-13T15:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=eb0a3c051cd52dbc3af44ade4c2afae10eba94ea'/>
<id>urn:sha1:eb0a3c051cd52dbc3af44ade4c2afae10eba94ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use get_unchecked for backing array access.</title>
<updated>2019-08-13T14:37:09Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-13T14:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=9f270caa5d07dc93f38977ccb7b6b3089e06009d'/>
<id>urn:sha1:9f270caa5d07dc93f38977ccb7b6b3089e06009d</id>
<content type='text'>
The index is guaranteed to be in bounds because it's always modulo the
array capacity, so use the unchecked variants to get/set values.
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2019-08-04T20:18:25Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-04T20:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=5bd0da77407f51c7b8ccd11c6e852a166fda4df1'/>
<id>urn:sha1:5bd0da77407f51c7b8ccd11c6e852a166fda4df1</id>
<content type='text'>
</content>
</entry>
</feed>
