xmlite 0.2.0

a light-weight, read-write XML parser.
Documentation
[dependencies]

[lib]
name = "xmlite"
path = "src/lib.rs"

[package]
authors = ["vodofrede"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "a light-weight, read-write XML parser."
edition = "2024"
homepage = "https://github.com/vodofrede/xmlite-rs"
keywords = ["xml", "parser", "rust"]
license-file = "license.txt"
name = "xmlite"
readme = "readme.md"
repository = "https://github.com/vodofrede/xmlite-rs"
version = "0.2.0"

[[test]]
name = "large_file"
path = "tests/large_file.rs"