<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src, branch v0.1.3</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<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>Handle max_allocation correctly for files over 4GB.</title>
<updated>2017-03-05T12:00:00+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-03-05T12:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=62977a504825f12126aa53c3d5cd8affc95c4a7c'/>
<id>62977a504825f12126aa53c3d5cd8affc95c4a7c</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>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>
<entry>
<title>Rustfmt.</title>
<updated>2017-02-22T10:28:39+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-02-22T10:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=ba0703033773605c2bcb06ee31014550d064c8d7'/>
<id>ba0703033773605c2bcb06ee31014550d064c8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update usage example.</title>
<updated>2017-02-22T10:28:17+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-02-22T10:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=147672ce1f2d069b4c736fa4855769ba8bc040e7'/>
<id>147672ce1f2d069b4c736fa4855769ba8bc040e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use builder pattern for xml_rs config structs.</title>
<updated>2017-02-22T10:27:48+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-02-22T10:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=364edcccfa907c0182bf085e1fbc3fc49389c54c'/>
<id>364edcccfa907c0182bf085e1fbc3fc49389c54c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Track xml-rs changes (#17)</title>
<updated>2017-02-22T10:21:07+00:00</updated>
<author>
<name>Raph Levien</name>
</author>
<published>2017-02-22T10:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=6955747b8fd89025424c2c3feeb568d8fa08e880'/>
<id>6955747b8fd89025424c2c3feeb568d8fa08e880</id>
<content type='text'>
A recent release of xml-rs (0.3.7) added a new field to the parser
config. This patch provides that field and also updates the version.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A recent release of xml-rs (0.3.7) added a new field to the parser
config. This patch provides that field and also updates the version.</pre>
</div>
</content>
</entry>
</feed>
