<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src/serde, branch v0.2.3</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<entry>
<title>Address some clippy warnings.</title>
<updated>2017-06-07T12:02:19+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-06-07T12:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b0d6118889409aa6fb13a7855d5ede17c3d11cc1'/>
<id>b0d6118889409aa6fb13a7855d5ede17c3d11cc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old message about tests.</title>
<updated>2017-05-04T20:00:30+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-04T20:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=f66a68053eb20b89df63c604a311fef4daa90f9b'/>
<id>f66a68053eb20b89df63c604a311fef4daa90f9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve robustness of date and struct serialisation.</title>
<updated>2017-05-04T20:00:19+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-04T20:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=e69b8c9fd471d45702ad468545c50e38ff0afae2'/>
<id>e69b8c9fd471d45702ad468545c50e38ff0afae2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2017-05-03T12:42:42+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b1bfd407efbb9b2d58ec26f5323121dce93fcefd'/>
<id>b1bfd407efbb9b2d58ec26f5323121dce93fcefd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement serialisation and deserialisation for the plist Date type.</title>
<updated>2017-05-03T12:20:02+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T12:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=29248dcf3e8e1798b09967583fffed95a8856380'/>
<id>29248dcf3e8e1798b09967583fffed95a8856380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace try! with question operator.</title>
<updated>2017-05-03T11:42:34+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T11:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=9ac3cd9e720ed9e412361c51c5611f24b1518402'/>
<id>9ac3cd9e720ed9e412361c51c5611f24b1518402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Serialise Option&lt;T&gt; struct fields as T if value if Some and ignore field if value is None.</title>
<updated>2017-05-03T11:29:48+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-03T11:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=56e2c5d4ca34b2e40d15ac5b2ceb98f34add6b1b'/>
<id>56e2c5d4ca34b2e40d15ac5b2ceb98f34add6b1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to serde 1.0.</title>
<updated>2017-05-03T11:29:47+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-02T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=f9d2236e301238585e0e26f7819b0544351c4b77'/>
<id>f9d2236e301238585e0e26f7819b0544351c4b77</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 custom date type.</title>
<updated>2017-04-20T11:04:59+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-04-20T11:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=2e7bd78be40b04ff12379b6aeb739f7172ab11c9'/>
<id>2e7bd78be40b04ff12379b6aeb739f7172ab11c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>serde::deserialize should support binary and xml encodings.</title>
<updated>2017-02-22T10:42:59+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-02-22T10:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=fbbfc59aa3b0ba672e71d1df57dcd899d6e56479'/>
<id>fbbfc59aa3b0ba672e71d1df57dcd899d6e56479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
