xml-stinks 0.1.0

Powerful & easy manual XML deserialization using quick-xml
Documentation
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<data>
	Hello <something>Foo</something> there
	<favorites>
		<food>Icecream</food>
		<color>Magenta</color>
	</favorites>
</data>