Skip to content

Commit d1908e6

Browse files
authored
Merge pull request #528 from Mingun/doc
Add documentation for mapping from XML to Rust used by serde
2 parents 44a4c69 + 66275cc commit d1908e6

File tree

2 files changed

+1469
-5
lines changed

2 files changed

+1469
-5
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
Refer to [documentation] for details.
6969
- [#521]: MSRV bumped to 1.52.
7070
- [#473]: `serde` feature that used to make some types serializable, renamed to `serde-types`
71+
- [#528]: Added documentation for XML to `serde` mapping
7172

7273
[#473]: https://github.com/tafia/quick-xml/issues/473
7374
[#490]: https://github.com/tafia/quick-xml/pull/490
@@ -76,6 +77,7 @@
7677
[#517]: https://github.com/tafia/quick-xml/issues/517
7778
[#521]: https://github.com/tafia/quick-xml/pull/521
7879
[#523]: https://github.com/tafia/quick-xml/pull/523
80+
[#528]: https://github.com/tafia/quick-xml/pull/528
7981
[XML name]: https://www.w3.org/TR/xml11/#NT-Name
8082
[documentation]: https://docs.rs/quick-xml/0.27.0/quick_xml/de/index.html#difference-between-text-and-value-special-names
8183

0 commit comments

Comments
 (0)