diff --git a/src/config.rs b/src/config.rs index e96f341..563687a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,3 +1,4 @@ +//! Credential processor and configuration use derive_builder::Builder; use validator::Validate; use validator_derive::Validate; diff --git a/src/errors.rs b/src/errors.rs index d464500..1491d43 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,3 +1,4 @@ +//! Result and error datatypes use std::convert::From; use derive_more::{Display, Error}; diff --git a/src/lib.rs b/src/lib.rs index 38638ec..b13a3a1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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: