Deploying to gh-pages from @ 3d9056e968 🚀

This commit is contained in:
realaravinth
2022-08-05 09:28:47 +00:00
parent e5d3b937e7
commit 7fb06637a0
174 changed files with 298 additions and 298 deletions

View File

@@ -9,7 +9,7 @@
<p>To use an unsupported database with mCaptcha, traits present within this crate should be
implemented.</p>
<h3 id="organisation"><a href="#organisation">Organisation</a></h3>
<p>Database functionallity is divided accross various modules:</p>
<p>Database functionality is divided across various modules:</p>
<ul>
<li><a href="crate::auth">errors</a>: error data structures used in this crate</li>
<li><a href="ops/index.html">ops</a>: meta operations like connection pool creation, migrations and getting
@@ -25,7 +25,7 @@ connection from pool</li>
</div></div></div><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2>
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.AddNotification.html" title="db_core::AddNotification struct">AddNotification</a></div><div class="item-right docblock-short"><p>Data required to add notification</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Captcha.html" title="db_core::Captcha struct">Captcha</a></div><div class="item-right docblock-short"><p>Data representing a captcha</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.CreateCaptcha.html" title="db_core::CreateCaptcha struct">CreateCaptcha</a></div><div class="item-right docblock-short"><p>data requried to create new captcha</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.CreateCaptcha.html" title="db_core::CreateCaptcha struct">CreateCaptcha</a></div><div class="item-right docblock-short"><p>data required to create new captcha</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Level.html" title="db_core::Level struct">Level</a></div><div class="item-right docblock-short"><p>Level struct that describes threshold-difficulty factor mapping</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.NameHash.html" title="db_core::NameHash struct">NameHash</a></div><div class="item-right docblock-short"><p>type encapsulating username and hashed password of a user</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Notification.html" title="db_core::Notification struct">Notification</a></div><div class="item-right docblock-short"><p>Represents notification</p>