Docs.rs
xsd-parser-0.3.0
xsd-parser 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Bergmann89
Dependencies
Inflector ^0.11
normal
anyhow ^1.0
normal
bitflags ^2.7
normal
futures ^0.3
normal
parking_lot ^0.12
normal
proc-macro2 ^1.0
normal
quick-xml ^0.37
normal
quote ^1.0
normal
reqwest ^0.12
normal
optional
serde ^1.0
normal
smallvec ^1.13
normal
thiserror ^2.0.0
normal
tokio ^1.41
normal
optional
tracing ^0.1
normal
url ^2.5
normal
clap ^4.5
dev
serde-xml-rs ^0.6
dev
text-diff ^0.4
dev
tracing-subscriber ^0.3
dev
base64 ^0.22
build
regex ^1.11
build
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
xsd_
parser
0.3.0
Module parser
Module Items
Modules
Structs
Enums
In crate xsd_
parser
xsd_parser
Module
parser
Copy item path
Source
Expand description
The
parser
module contains the schema
Parser
and all related types.
Modules
§
resolver
Defines the
Resolver
trait and different resolver implementations.
Structs
§
Parser
The
Parser
is used to load and parse XML schema information from different sources.
Enums
§
Error
Represents the errors that are raised by the
Parser
.