feed-rs 2.3.1

A feed parser that handles Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>~elly/blog</title>
  <link href="https://elly.town/d/blog/"/>
  <link rel="self" href="https://elly.town/feed.xml"/>
  <updated>2024-03-08T00:00:00Z</updated>
  <author><name>elly</name></author>
  <id>urn:uuid:58e1c539-4056-4502-9445-29d725e4df97</id>
  <entry>
    <content src="https://elly.town/d/blog/2024-03-08-x509-certificates.txt" type="text/plain"/>
    <id>urn:uuid:2c43eb19-7261-4a41-9225-4dc421f9a1b7</id>
    <link href="https://elly.town/d/blog/2024-03-08-x509-certificates.txt"/>
    <summary>How do X.509 certificates actually work, and what's actually inside them?</summary>
    <title>X.509 Certificates</title>
    <updated>2024-03-08T00:00:00Z</updated>
  </entry>
</feed>