This is unofficial RSS of Windows message center | Microsoft Docs
Windows message center is known as very important information source for windows application developers.
However, Microsoft doesn't provide RSS so that it's difficult to notice the update of Windows message center.
- Rust
- Using reqwest to get html
- Using scraper(A wrapper library of Servo, a part of implementation of Firefox)
- Serializing xml manually
- Because there is no well-known Serde xml plugins
- See
src/feed.rs- Introducing
IntoXMLStringtrait for serialize each struct - Using self defined macro to implement
IntoXMLStringtrait easilyconcatenated_xml_accessorxml_attribute_accessor_impl
- Using self defined macro to implement builder pattern
optional_member_setter_implvec_member_setter_impl
- Introducing