xml_schema_generator 0.6.24

Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa
Documentation
<?xml version="1.0" encoding="UTF-16"?>
<catalog>
  <book id="1" lang="en">
    <title>The Great Gatsby</title>
    <author>F. Scott Fitzgerald</author>
  </book>
  <book id="2" lang="zh">
    <title>�~|i�h</title>
    <author>�fꖹ�</author>
  </book>
  <book id="3" lang="ja">
    <title>�0�0�0�0�0n0�h</title>
    <author>Qg
N%f9j</author>
  </book>
  <book id="4" lang="ru">
    <title>>9=0 8 <8@</title>
    <author>52 ">;AB>9</author>
  </book>
  <book id="5" lang="ar">
    <title>#DA DJD) HDJD)</title>
    <author>E,GHD</author>
  </book>
  <book id="6" lang="ko">
    <title>tլ���0�@� ȹ����X� ̳</title>
    <author>J.K. d���</author>
  </book>
</catalog>