<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fastcgi-conduit, branch v0.1.0</title>
<subtitle>Conduit interface for the fastcgi crate</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/'/>
<entry>
<title>Cargo.toml: Move `conduit-router` to `dev-dependencies`</title>
<updated>2020-07-04T16:45:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T16:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=0ddfedea3f89f20b100061037277671451b34c4a'/>
<id>0ddfedea3f89f20b100061037277671451b34c4a</id>
<content type='text'>
Since we're only using it in an example binary, it shouldn't be a main
library dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we're only using it in an example binary, it shouldn't be a main
library dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2020-07-04T16:35:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T16:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=889481cc62eac9ec2fde2d78cd804b1a72ee046f'/>
<id>889481cc62eac9ec2fde2d78cd804b1a72ee046f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Script to generate docs to a GitHub pages branch</title>
<updated>2020-07-04T16:18:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T16:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=839fcbab5a2d437b562903ba636381d5a8eca5d3'/>
<id>839fcbab5a2d437b562903ba636381d5a8eca5d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.0.1 -&gt; v0.1.0</title>
<updated>2020-07-04T15:54:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T15:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=e95475840a10278796ec07ac80572ec7381f83ae'/>
<id>e95475840a10278796ec07ac80572ec7381f83ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2020-07-04T14:09:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T14:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=0bbb1cdb1978d0ff0b06a700016640f0642d95d5'/>
<id>0bbb1cdb1978d0ff0b06a700016640f0642d95d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `lighttpd.conf` to `examples/`</title>
<updated>2020-07-04T13:57:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=cd2f29f13f388fc4a9edfbf9980f096f06198d74'/>
<id>cd2f29f13f388fc4a9edfbf9980f096f06198d74</id>
<content type='text'>
I was only using it to test the examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was only using it to test the examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/server.rs: Remove unused imports and variable</title>
<updated>2020-07-04T13:51:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=4debb72622bbc68308c49fadb331e882ebe8fe19'/>
<id>4debb72622bbc68308c49fadb331e882ebe8fe19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Server::start: Return a `Server` directly instead of a `Result`</title>
<updated>2020-07-04T13:50:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=a95349de02343a89ba9b485861f57c17d39490e9'/>
<id>a95349de02343a89ba9b485861f57c17d39490e9</id>
<content type='text'>
We don't have any `Result`s to propagate in this function, so the
`Result` return wrapper is unnecessary.

Must have copied this signature from Civet without thinking:
https://github.com/conduit-rust/rust-civet/blob/ab9c52ca634f65439060c2248295d2ac354aead5/src/lib.rs#L214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't have any `Result`s to propagate in this function, so the
`Result` return wrapper is unnecessary.

Must have copied this signature from Civet without thinking:
https://github.com/conduit-rust/rust-civet/blob/ab9c52ca634f65439060c2248295d2ac354aead5/src/lib.rs#L214
</pre>
</div>
</content>
</entry>
<entry>
<title>request::Error: Remove context from error variants</title>
<updated>2020-07-04T13:38:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=9b8f7dcaa4c3c054d4e3e1edc7e0780167d2a59a'/>
<id>9b8f7dcaa4c3c054d4e3e1edc7e0780167d2a59a</id>
<content type='text'>
Since we don't need to add any additional context or messages here, we
can turn off error context for these variants and shorten error
propagation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't need to add any additional context or messages here, we
can turn off error context for these variants and shorten error
propagation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add examples/small.rs</title>
<updated>2020-07-04T13:35:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=b470de2c475940bd1bf7ade73e3b1c911be897e6'/>
<id>b470de2c475940bd1bf7ade73e3b1c911be897e6</id>
<content type='text'>
Copy the short example from the module documentation into an executable
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy the short example from the module documentation into an executable
file.
</pre>
</div>
</content>
</entry>
</feed>
