plist 0.4.2

A rusty plist parser. Supports Serde serialization.
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Author</key>
	<string>William Shakespeare</string>
	<key>Lines</key>
	<array>
		<string>It is a tale told by an idiot,</string>
		<string>Full of sound and fury, signifying nothing.</string>
	</array>
	<key>Death</key>
	<integer>1564</integer>
	<key>Height</key>
	<real>1.6</real>
	<key>Data</ke
	BADNESS