fromxml 1.2.0

Macro to parse XML data into structs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "fromxml"
version = "1.2.0"
authors = ["Tim Cameron Ryan <tim@technical.io>"]
license = "MIT/Apache-2.0"
description = """
Macro to parse XML data into structs.
"""

[lib]
name = "fromxml"
crate-type = ["rlib"]

[dependencies]
xml-rs = "0.1.9"