module description
This commit is contained in:
parent
ffe66b007d
commit
1934a6cc1b
3 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
//! Credential processor and configuration
|
||||
use derive_builder::Builder;
|
||||
use validator::Validate;
|
||||
use validator_derive::Validate;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//! Result and error datatypes
|
||||
use std::convert::From;
|
||||
|
||||
use derive_more::{Display, Error};
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue