qname 0.1.0

Type for qualified names in XML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "qname"
version = "0.1.0"
description = "Type for qualified names in XML"
repository = "https://github.com/bbqsrc/qname"
license = "Apache-2.0 OR MIT"
edition = "2021"

[dependencies]
qname-macro = { version = "=0.1.0", path = "macro" }
qname-impl = { version = "=0.1.0", path = "impl" }

[workspace]
members = [".", "impl", "macro"]
default-members = [".", "impl"]