<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/tests, branch v0.2.1</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<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>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>Fix reading small binary plists with data stored in the 6 byte trailer padding. Closes #20.</title>
<updated>2017-04-19T08:31:26+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-04-19T08:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=7079d594fa45495b411949d65d1d3a8f5dfecdcd'/>
<id>7079d594fa45495b411949d65d1d3a8f5dfecdcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit the number of objects that can be created by the binary parser. Binary plists can contain circular references.</title>
<updated>2017-03-06T21:08:58+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-06T21:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=1df5db005ea9959c4e19107997f446dc17095be4'/>
<id>1df5db005ea9959c4e19107997f446dc17095be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don’t panic on invalid object references.</title>
<updated>2017-03-03T14:05:31+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-03T13:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=f7c3d0d0875e1e3c2b2b317581416e5c389197dd'/>
<id>f7c3d0d0875e1e3c2b2b317581416e5c389197dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit individual allocation sizes to the size of the plist being read.</title>
<updated>2017-03-03T14:05:31+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-03T13:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=62cae5d6ea74e2a9d95ed4b68a1b74b78f49d31e'/>
<id>62cae5d6ea74e2a9d95ed4b68a1b74b78f49d31e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Serde 0.8. Bump minimum Rust version to 0.15.</title>
<updated>2017-02-02T20:26:56+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-01-07T10:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b8787a29a3a8d4bdeedecccbd2ab3a9b386f7683'/>
<id>b8787a29a3a8d4bdeedecccbd2ab3a9b386f7683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly read the length of UTF16 strings</title>
<updated>2016-09-06T20:14:10+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2016-09-06T20:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=effd194f6e81a8f0cb00e03914764353f67f8b32'/>
<id>effd194f6e81a8f0cb00e03914764353f67f8b32</id>
<content type='text'>
Closes #12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #12
</pre>
</div>
</content>
</entry>
</feed>
