xmlschema 0.0.4

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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092abfc68037ba9fb27484a0418bf1b8ebfe56ab8f8fb3dd6464595ed6a38902"

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