<feed xmlns='http://www.w3.org/2005/Atom'>
<title>askama/askama_hyper/tests, branch main</title>
<subtitle>added poem support</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/'/>
<entry>
<title>exchange hyper features From&lt;Template&gt; for hyper::Body with TryFrom</title>
<updated>2023-03-03T09:31:34+00:00</updated>
<author>
<name>Rudi Floren</name>
<email>rudi@instant.ca</email>
</author>
<published>2023-02-13T12:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=4a7068d33317b69cc6e9d060136594997af53e46'/>
<id>4a7068d33317b69cc6e9d060136594997af53e46</id>
<content type='text'>
The previous implementation hid the error returned by render,
which made it impossible for callers to react to rendering errors.

While having a simple way to call into would be nice, there is not
way to have both implementations without adding any manual
specialization. Thus, the From impl is replaced by the TryFrom impl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous implementation hid the error returned by render,
which made it impossible for callers to react to rendering errors.

While having a simple way to call into would be nice, there is not
way to have both implementations without adding any manual
specialization. Thus, the From impl is replaced by the TryFrom impl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add impl From&lt;{Template}&gt; for hyper::Body derive</title>
<updated>2023-02-13T10:31:23+00:00</updated>
<author>
<name>Rudi Floren</name>
<email>rudi@instant.ca</email>
</author>
<published>2023-02-10T12:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=32f0799ebb35677c57e18092e6f074cccc2e36ed'/>
<id>32f0799ebb35677c57e18092e6f074cccc2e36ed</id>
<content type='text'>
with-hyper now derives an impl allowing Templates to be passed
to functions with trait bounds for Into&lt;hyper::Body&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with-hyper now derives an impl allowing Templates to be passed
to functions with trait bounds for Into&lt;hyper::Body&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply clippy suggestions for 1.67 (#769)</title>
<updated>2023-01-30T08:51:23+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2023-01-30T08:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=3003d86264680433e789d2726d0d12d2c6267c40'/>
<id>3003d86264680433e789d2726d0d12d2c6267c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic hyper integration</title>
<updated>2022-07-25T09:39:58+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-07-20T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=bd8d2f334ed2a9fd0fb1bb6f9d87b4ab45556918'/>
<id>bd8d2f334ed2a9fd0fb1bb6f9d87b4ab45556918</id>
<content type='text'>
The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to
`hyper::Response`, so I used `From&lt;Template&gt; for hyper::Response`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to
`hyper::Response`, so I used `From&lt;Template&gt; for hyper::Response`.
</pre>
</div>
</content>
</entry>
</feed>
