<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist, branch develop</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<entry>
<title>Test on Linux, Mac and Windows with Travis.</title>
<updated>2018-10-11T21:31:28+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-11T21:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=8925442664fe8aec2e9986d772e88cdad071e533'/>
<id>8925442664fe8aec2e9986d772e88cdad071e533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update fuzz targets.</title>
<updated>2018-10-08T15:38:27+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-08T15:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=2798f0193622aa5f064caf0b04b9ba073b8ff6a5'/>
<id>2798f0193622aa5f064caf0b04b9ba073b8ff6a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a proper recursion check in BinaryReader instead of heuristics.</title>
<updated>2018-10-08T15:11:34+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-08T14:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=598516d05999795f6fd17d1ac7638fb7a44023d4'/>
<id>598516d05999795f6fd17d1ac7638fb7a44023d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and tidy XmlWriter.</title>
<updated>2018-10-06T22:18:58+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T22:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=88206832c7e2d086fbe1f88fd534aff2b3b4c234'/>
<id>88206832c7e2d086fbe1f88fd534aff2b3b4c234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add convenience methods for Value and serialisation.</title>
<updated>2018-10-06T22:18:22+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T21:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=f063fb69d3b8e801bcb594b8882a6e45961e3d46'/>
<id>f063fb69d3b8e801bcb594b8882a6e45961e3d46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing doc test on 1.18.0.</title>
<updated>2018-10-06T19:38:28+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T19:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=69182ce8d32a62667f1f71806ebfbe864fc0d58a'/>
<id>69182ce8d32a62667f1f71806ebfbe864fc0d58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually implement Hash for Date to keep minimum supported Rust version at 1.18.0.</title>
<updated>2018-10-06T19:21:53+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T19:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=205c980cf0c75c6b8267491ade1e45cb2e91a61d'/>
<id>205c980cf0c75c6b8267491ade1e45cb2e91a61d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc improvements.</title>
<updated>2018-10-06T19:03:19+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T19:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=68f412c2bd440733226e5a463c542323000454e4'/>
<id>68f412c2bd440733226e5a463c542323000454e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Error in fewer places.</title>
<updated>2018-10-06T19:01:40+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-10-06T19:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=a1ab2a2550ed444828a8c76aaa8861268faeca33'/>
<id>a1ab2a2550ed444828a8c76aaa8861268faeca33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is going to be a breaking release.</title>
<updated>2018-09-22T09:16:57+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-09-22T09:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=283c38b493c30521a96fda253bcc11d7dd744328'/>
<id>283c38b493c30521a96fda253bcc11d7dd744328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
