[go: up one dir, main page]

RustyXML 0.1.1

A SAX-like streaming XML parser, and a DOM-like interface based on that
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "RustyXML"
version = "0.1.1"
authors = [ "Florian Zeitz <florob@babelmonkeys.de>" ]
license = "MIT"
homepage = "https://github.com/Florob/RustyXML"
repository = "https://github.com/Florob/RustyXML"
description = "A SAX-like streaming XML parser, and a DOM-like interface based on that"
keywords = [ "XML", "parser" ]
readme = "README.md"

[lib]
name = "xml"