<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-plist/src/xml, branch master</title>
<subtitle>A rusty plist parser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/'/>
<entry>
<title>Reorganise crate.</title>
<updated>2018-05-17T19:50:21+00:00</updated>
<author>
<name>Edward Barnard</name>
</author>
<published>2018-05-17T19:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=2af279c344a6a917ce4102fec82e6cba8cf8b37c'/>
<id>2af279c344a6a917ce4102fec82e6cba8cf8b37c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test to ensure string data is entity-escaped</title>
<updated>2018-05-16T22:07:03+00:00</updated>
<author>
<name>Kevin Ballard</name>
</author>
<published>2018-05-16T21:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=780dfc6eaff7351402d9094ef3e432ffaba2b0ce'/>
<id>780dfc6eaff7351402d9094ef3e432ffaba2b0ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update xml-rs to 0.8.0, reimplement plist prologue</title>
<updated>2018-05-16T22:07:03+00:00</updated>
<author>
<name>Kevin Ballard</name>
</author>
<published>2018-05-16T21:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-plist/commit/?id=45ab6d492c1a031485962e17d2af932d8af069d8'/>
<id>45ab6d492c1a031485962e17d2af932d8af069d8</id>
<content type='text'>
xml-rs 0.8.0 has an `inner_mut()` method we can use instead of turning
off character escaping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xml-rs 0.8.0 has an `inner_mut()` method we can use instead of turning
off character escaping.
</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 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>
</feed>
