1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-28 10:27:48 +02:00

Deploying to gh-pages from @ 5a72dd33d5 🚀

This commit is contained in:
robjtede
2021-03-21 09:40:58 +00:00
parent b5913c184d
commit dfb4198ce4
9 changed files with 66 additions and 69 deletions

View File

@@ -36,22 +36,8 @@
<span id="33">33</span>
<span id="34">34</span>
<span id="35">35</span>
<span id="36">36</span>
<span id="37">37</span>
<span id="38">38</span>
<span id="39">39</span>
<span id="40">40</span>
<span id="41">41</span>
<span id="42">42</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="doccomment">//! Redis integration for Actix framework.</span>
<span class="doccomment">//!</span>
<span class="doccomment">//! ## Documentation</span>
<span class="doccomment">//! * [API Documentation (Development)](http://actix.github.io/actix-redis/actix_redis/)</span>
<span class="doccomment">//! * [API Documentation (Releases)](https://docs.rs/actix-redis/)</span>
<span class="doccomment">//! * [Chat on gitter](https://gitter.im/actix/actix)</span>
<span class="doccomment">//! * Cargo package: [actix-redis](https://crates.io/crates/actix-redis)</span>
<span class="doccomment">//! * Minimum supported Rust version: 1.40.0 or later</span>
<span class="doccomment">//! Redis integration for Actix and session store for Actix Web.</span>
<span class="attribute">#![<span class="ident">deny</span>(<span class="ident">rust_2018_idioms</span>)]</span>