<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starb.git, branch main</title>
<subtitle>rust library for statically allocated ring buffers</subtitle>
<id>https://git.spork.org/starb.git/atom?h=main</id>
<link rel='self' href='https://git.spork.org/starb.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/'/>
<updated>2022-10-12T16:49:05Z</updated>
<entry>
<title>update version to 0.3.1</title>
<updated>2022-10-12T16:49:05Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2022-10-12T16:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=a9c72f8306e248f9d7b0a8ab44b32b0c91e19bf0'/>
<id>urn:sha1:a9c72f8306e248f9d7b0a8ab44b32b0c91e19bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove extra semicolon</title>
<updated>2022-10-12T16:45:43Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2022-10-12T16:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=8d01ca0561ec877fb24fb47eb6ddc37e5c2a0bc0'/>
<id>urn:sha1:8d01ca0561ec877fb24fb47eb6ddc37e5c2a0bc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update repo url</title>
<updated>2022-10-12T16:43:32Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2022-10-12T16:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=d42ba8efd22826a645ed8afb43a809dacdd842aa'/>
<id>urn:sha1:d42ba8efd22826a645ed8afb43a809dacdd842aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clippy lints.</title>
<updated>2019-09-09T22:20:00Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-09-09T22:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=8ee3e7b59c3531b9a79758d29ef9fde8c4790e58'/>
<id>urn:sha1:8ee3e7b59c3531b9a79758d29ef9fde8c4790e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove calls to mem::transumte.</title>
<updated>2019-09-09T22:18:59Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-09-09T22:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=e75ed40e73586479334649dc17f46a7fd8409756'/>
<id>urn:sha1:e75ed40e73586479334649dc17f46a7fd8409756</id>
<content type='text'>
I was under the mistaken impression that mutable `AtomicUsize` was
needed, when it's not. Simplify all code to use normal borrows instead
of pointers with transmute.
</content>
</entry>
<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>Ignore target directory.</title>
<updated>2019-08-15T14:53:23Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-15T14:53:23Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=f15d28f86333d869b3ef0aaba10f4d720725bce5'/>
<id>urn:sha1:f15d28f86333d869b3ef0aaba10f4d720725bce5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix travis-ci badge.</title>
<updated>2019-08-14T22:29:59Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-14T22:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=d793d7958736230ce079cb93dfb0daa05d2b3a94'/>
<id>urn:sha1:d793d7958736230ce079cb93dfb0daa05d2b3a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish documentation sentence for `unshift_from`.</title>
<updated>2019-08-14T22:26:01Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2019-08-14T22:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/starb.git/commit/?id=7f3dcf01dedd39d33009e53227162012f4473dce'/>
<id>urn:sha1:7f3dcf01dedd39d33009e53227162012f4473dce</id>
<content type='text'>
</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>
</feed>
