xust 0.1.0

Xust is a set of XML crates under development since 2020. It aims for compliance with the W3 test suites for XML/DTD, XML Schema 1.1, and XQuery 3.1.
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Jos van den Oever <jos@vandenoever.info>"]
description = "Xust is a set of XML crates under development since 2020. It aims for compliance with the W3 test suites for XML/DTD, XML Schema 1.1, and XQuery 3.1."
edition = "2018"
license = "LGPL-3.0-or-later"
name = "xust"
readme = "README.md"
version = "0.1.0"