goodpod 0.1.2

A crate for generating Podcasting 2.0 feeds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:podcast="https://podcastindex.org/namespace/1.0" version="2.0">
  <channel>
    <description>My description</description>
    <generator>RSS Blue v1.0</generator>
    <title>My &lt;strong&gt;title&lt;/strong&gt;</title>
    <link>https://example.com</link>
    <podcast:funding url="https://www.example.com/donations">Support the show!</podcast:funding>
    <podcast:funding url="https://www.example.com/members">Become a member!</podcast:funding>
    <podcast:locked owner="john@example.com">no</podcast:locked>
  </channel>
</rss>