<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist, branch v0.3.0</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<entry>
<title>Bump minor version.</title>
<updated>2018-05-02T07:58:11+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-05-02T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=ce37d818a79f2da21b5e14554af3b09b32b7e020'/>
<id>ce37d818a79f2da21b5e14554af3b09b32b7e020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run latest rustfmt.</title>
<updated>2018-05-02T07:57:09+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-05-02T07:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=b5697e773802fe1bfa357722d04b872b184166f4'/>
<id>b5697e773802fe1bfa357722d04b872b184166f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop indenting the child of the &lt;plist&gt; tag</title>
<updated>2018-05-02T07:52:42+00:00</updated>
<author>
<name>Kevin Ballard</name>
</author>
<published>2018-05-02T02:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=2f00fa6664e43ce3e3eb23ce7050fd1d75a47802'/>
<id>2f00fa6664e43ce3e3eb23ce7050fd1d75a47802</id>
<content type='text'>
This matches how Apple's plist output works.

In order to do this without completely taking over indentation duties
ourselves, we just include the &lt;plist&gt; tag in the prologue, so xml-rs
doesn't know about it, and then go ahead and emit an end event for the
&lt;/plist&gt; anyway since xml-rs doesn't particularly care.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches how Apple's plist output works.

In order to do this without completely taking over indentation duties
ourselves, we just include the &lt;plist&gt; tag in the prologue, so xml-rs
doesn't know about it, and then go ahead and emit an end event for the
&lt;/plist&gt; anyway since xml-rs doesn't particularly care.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better match Apple plist output</title>
<updated>2018-05-02T07:52:42+00:00</updated>
<author>
<name>Kevin Ballard</name>
</author>
<published>2018-05-02T02:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=25e71409d4975a37baa645ec2178466796300944'/>
<id>25e71409d4975a37baa645ec2178466796300944</id>
<content type='text'>
This changes the plist writer output to more closely match Apple's plist
output. More specifically, we capitalize the encoding, emit a doctype,
and use hard tabs for indentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the plist writer output to more closely match Apple's plist
output. More specifically, we capitalize the encoding, emit a doctype,
and use hard tabs for indentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove last bit of unsafe code.</title>
<updated>2018-05-01T19:20:37+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-05-01T19:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=e1e828980914ece7d47bb2f883f98c7865c0e24b'/>
<id>e1e828980914ece7d47bb2f883f98c7865c0e24b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve doc output by not renaming std::io::Error to IoError and not creating a public type alias for Result&lt;T, Error&gt;.</title>
<updated>2018-05-01T09:44:45+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-04-30T12:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=99860e4ee260cd072b8c261b85edb27d5af6c204'/>
<id>99860e4ee260cd072b8c261b85edb27d5af6c204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dev dependency on chrono.</title>
<updated>2018-04-30T12:06:59+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-04-30T12:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=a4963e97eff1fd7d465854f2a5e9a155b60c7ab2'/>
<id>a4963e97eff1fd7d465854f2a5e9a155b60c7ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cargo-fuzz.</title>
<updated>2018-03-24T19:41:36+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-03-24T19:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=33571d053ee2fa167eb99572a3cef9450ef47ecf'/>
<id>33571d053ee2fa167eb99572a3cef9450ef47ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop ignoring serde doc test.</title>
<updated>2018-03-24T11:05:48+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-03-24T10:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=07fc48983b7b518653008c380a4d6b101c21cbdb'/>
<id>07fc48983b7b518653008c380a4d6b101c21cbdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace chrono with humantime.</title>
<updated>2018-03-24T10:47:01+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-03-24T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=c67635cdfab1733c9ba6d45d07f30f3c57dd9283'/>
<id>c67635cdfab1733c9ba6d45d07f30f3c57dd9283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
