xml-core 1.0.0

Low-level generic XML reading/writing, shared building block for all OOXML formats in the toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "xml-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
description = "Low-level generic XML reading/writing, shared building block for all OOXML formats in the toolkit."
keywords = ["xml", "parser", "ooxml"]
categories = ["parsing", "encoding"]

[dependencies]
quick-xml.workspace = true
thiserror.workspace = true