From b07efbf43f3fc3640e1351992a682bc2279d84ba Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 2 Apr 2022 22:17:20 +0200 Subject: [PATCH] Add note for the rest of the options. --- source/lib.rs | 2 ++ 1 file changed, 2 insertions(+) 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)]