<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-rst, branch allow-rst-to-read-from-stdin</title>
<subtitle>a reStructuredText parser and renderer</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/'/>
<entry>
<title>hm</title>
<updated>2023-12-28T15:16:28+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T15:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=46e31610f5a4cb0404eb5764e803bd5d069705e2'/>
<id>46e31610f5a4cb0404eb5764e803bd5d069705e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into allow-rst-to-read-from-stdin</title>
<updated>2023-12-28T15:13:31+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T15:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=fc852b6d0715809637a2a148ebd0ce03542a1ff4'/>
<id>fc852b6d0715809637a2a148ebd0ce03542a1ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit format changes (#41)</title>
<updated>2023-12-28T15:13:22+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T15:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=e7fc17c998b8295fa5bf2ef953298f67db6b8c8d'/>
<id>e7fc17c998b8295fa5bf2ef953298f67db6b8c8d</id>
<content type='text'>
Co-authored-by: flying-sheep &lt;flying-sheep@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: flying-sheep &lt;flying-sheep@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into allow-rst-to-read-from-stdin</title>
<updated>2023-12-28T14:43:24+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T14:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=0f4f1a420cbcf263a9118ec9b288c95f1b59ade8'/>
<id>0f4f1a420cbcf263a9118ec9b288c95f1b59ade8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing newlines (#31)</title>
<updated>2023-12-28T14:37:38+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T14:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=774dd4798aedc40b38c6480e9c47f34c482f12d0'/>
<id>774dd4798aedc40b38c6480e9c47f34c482f12d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format (#38)</title>
<updated>2023-12-28T14:29:19+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T14:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=2a76f2dde6533c09f8e93b44d1f214a105d9c5c2'/>
<id>2a76f2dde6533c09f8e93b44d1f214a105d9c5c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CI (#36)</title>
<updated>2023-12-28T14:08:37+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2023-12-28T14:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=c0441bff302e724bb8f98420459a2c672e2286c6'/>
<id>c0441bff302e724bb8f98420459a2c672e2286c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rst: Allow reading from standard input</title>
<updated>2021-06-27T21:47:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-06-27T21:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=38b1c488601cfc2479f02df555b135ef01aa5618'/>
<id>38b1c488601cfc2479f02df555b135ef01aa5618</id>
<content type='text'>
Enable the `rst` binary to read a document from standard input. If no
`file` command line argument is given, assume that the document comes
from standard input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable the `rst` binary to read a document from standard input. If no
`file` command line argument is given, assume that the document comes
from standard input.
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.4.0</title>
<updated>2020-11-13T09:51:55+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-11-01T15:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=f06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9'/>
<id>f06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2020-11-01T16:14:03+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-11-01T16:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=c2eace26cd421ab773f325264eaae0c4e15e932c'/>
<id>c2eace26cd421ab773f325264eaae0c4e15e932c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
