xmlite 0.3.0

a light-weight, read-write XML parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xmlite"
version = "0.3.0"
edition = "2024"
authors = ["vodofrede"]
description = "a light-weight, read-write XML parser."
homepage = "https://github.com/vodofrede/xmlite-rs"
repository = "https://github.com/vodofrede/xmlite-rs"
readme = "readme.md"
license = "AGPL-3.0-or-later"
keywords = ["xml", "parser", "rust"]
categories = ["parsing"]

[dependencies]