<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src/xml, 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>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 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>Run rustfmt.</title>
<updated>2018-03-16T11:09:05+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-03-16T11:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=8c2d6a8463dd00ee956d196914b65d6b235e5992'/>
<id>8c2d6a8463dd00ee956d196914b65d6b235e5992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop exposing internal functions and chrono types in Date.</title>
<updated>2018-02-27T10:33:54+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-02-27T10:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=c91087906540c210bdb457b32fb976ce735b22f9'/>
<id>c91087906540c210bdb457b32fb976ce735b22f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade chrono from 0.3 to 0.4 (#23)</title>
<updated>2017-08-21T19:29:28+00:00</updated>
<author>
<name>Robin Stocker</name>
</author>
<published>2017-08-21T19:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=33f92308e8fe3f88a80b11eb7b2dee1d27977443'/>
<id>33f92308e8fe3f88a80b11eb7b2dee1d27977443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>Update to latest base64.</title>
<updated>2017-05-03T11:29:47+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-05-02T21:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=a9f71a02928fd275221ce5fc12c8dc2cfc55407e'/>
<id>a9f71a02928fd275221ce5fc12c8dc2cfc55407e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace rustc-serialize with base64 crate.</title>
<updated>2017-04-20T11:16:34+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2017-04-20T11:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=bdc55b5958596ee39f29eeca99ec5e0d1425edf1'/>
<id>bdc55b5958596ee39f29eeca99ec5e0d1425edf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
