xml_oxide 0.0.2

XML parser implementation for SAX interface: xml_sax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "xml_oxide"

version = "0.0.2"

authors = ["Fatih Pense <fatihpense@gmail.com>"]



description = "XML parser implementation for SAX interface: xml_sax"

repository = "https://github.com/fatihpense/rust_xml_oxide"

keywords = ["XML", "SAX", "parser"]

categories = ["parsing","parser-implementations"]

license = "MIT"



[dependencies]

xml_sax = "0.0.1"