Skip to content

Commit

Permalink
Merge pull request tafia#696 from Thomblin/link-xml-schema-generator
Browse files Browse the repository at this point in the history
docs: added reference to xml_schema_generator
  • Loading branch information
Mingun committed Dec 15, 2023
2 parents db8546a + 621efd6 commit de61fa1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/de/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//! - [Optional attributes and elements](#optional-attributes-and-elements)
//! - [Choices (`xs:choice` XML Schema type)](#choices-xschoice-xml-schema-type)
//! - [Sequences (`xs:all` and `xs:sequence` XML Schema types)](#sequences-xsall-and-xssequence-xml-schema-types)
//! - [Generate Rust types from XML](#generate-rust-types-from-xml)
//! - [Composition Rules](#composition-rules)
//! - [Enum Representations](#enum-representations)
//! - [Normal enum variant](#normal-enum-variant)
Expand Down Expand Up @@ -1311,6 +1312,15 @@
//! </table>
//!
//!
//! Generate Rust types from XML
//! ============================
//!
//! To speed up the creation of Rust types that represent a given XML file you can
//! use the [xml_schema_generator](https://github.com/Thomblin/xml_schema_generator).
//! It provides a standalone binary and a Rust library that parses one or more XML files
//! and generates a collection of structs that are compatible with quick_xml::de.
//!
//!
//!
//! Composition Rules
//! =================
Expand Down

0 comments on commit de61fa1

Please sign in to comment.