ilex_xml 0.4.2

XML as a tree: Read and write
Documentation
[dependencies.quick-xml]
version = "0.36"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "XML as a tree: Read and write"
edition = "2021"
include = ["src/*", "LICENSE", "README.md"]
keywords = ["xml", "parser", "writer", "tree", "parsing"]
license = "MPL-2.0"
name = "ilex_xml"
readme = "README.md"
repository = "https://github.com/alexanderjkslfj/ilex"
rust-version = "1.79"
version = "0.4.2"