<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starb.git/Changelog.org, 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>Add changelog.</title>
<updated>2019-08-14T22:06:40Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-14T22:06:40Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=8798e2cbdf9d5791a26b85968efb14ae160fca84'/>
<id>urn:sha1:8798e2cbdf9d5791a26b85968efb14ae160fca84</id>
<content type='text'>
</content>
</entry>
</feed>
