reader_for_microxml 1.0.1

reader for microXml
Documentation
[package]
name = "reader_for_microxml"
version = "1.0.1"
authors = ["Luciano Bestia <luciano.bestia@gmail.com>"]
edition = "2018"
description="reader for microXml"
repository = "https://github.com/LucianoBestia/reader_for_microxml"
readme = "README.md"
license = "MIT"
keywords = ["rust", "xml", "microxml"]
categories = ["parsing"]
# this exclude is for publish to crates.io
exclude = [
    "docs/",
    "example/",
]

[dependencies]


[badges]
maintenance = { status = "passively-maintained" }