module description

This commit is contained in:
Aravinth Manivannan 2021-03-05 14:52:18 +05:30
parent ffe66b007d
commit 1934a6cc1b
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
3 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
//! Credential processor and configuration
use derive_builder::Builder;
use validator::Validate;
use validator_derive::Validate;

View file

@ -1,3 +1,4 @@
//! Result and error datatypes
use std::convert::From;
use derive_more::{Display, Error};

View file

@ -64,7 +64,6 @@
//! ## Documentation & Community Resources
//!
//! In addition to this API documentation, other resources are available:
//!
//! * [Examples](https://github.com/realaravinth/argon2-creds/)
//!
//! To get started navigating the API docs, you may consider looking at the following pages first: