<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starb.git/Cargo.toml, branch v0.3.0</title>
<subtitle>rust library for statically allocated ring buffers</subtitle>
<id>https://git.spork.org/starb.git/atom?h=v0.3.0</id>
<link rel='self' href='https://git.spork.org/starb.git/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/'/>
<updated>2019-09-02T15:42:29Z</updated>
<entry>
<title>Remove `Sync` marker for Reader/Writer.</title>
<updated>2019-09-02T15:42:29Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-15T19:04:07Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=0654e10d0078955d6917db504ee5947846d4f952'/>
<id>urn:sha1:0654e10d0078955d6917db504ee5947846d4f952</id>
<content type='text'>
These are not sync, as they can only be used from one thread at a
time.

Also add a `Send` trait for `RingBuffer`, as long as its element type
is also `Send`.
</content>
</entry>
<entry>
<title>Version bump to 0.2.</title>
<updated>2019-08-14T22:09:11Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-14T22:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=b9eead7533b2c5d8360213c4e3104a0fa6888122'/>
<id>urn:sha1:b9eead7533b2c5d8360213c4e3104a0fa6888122</id>
<content type='text'>
</content>
</entry>
<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>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>
