xmlschema 0.0.3

XML Schema (XSD) validation for Rust, with zero unsafe code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "oxml"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65e194ab3f2b8896f5925e2f2770db4fd40a0bfc701d7fc9baa04cd72c3cf795"

[[package]]
name = "xmlschema"
version = "0.0.3"
dependencies = [
 "oxml",
]