diff --git a/source/lib.rs b/source/lib.rs index dc41911..b99cb88 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -24,6 +24,8 @@ //! "https://www.gravatar.com/avatar/ebff9105dce4954b1bdb57fdab079ff3" //! ); //! ``` +//! +//! For all possible options see [`Generator`]. /// A generator for Gravatar image URLs. #[derive(Debug)]