Gravatar image URL library
For full documentation see [docs.rs].
```rust use gravatar_rs::Generator;
let generator = Generator::default();
let gravatar_url = generator.generate("helllo@holllo.cc");
asserteq!( gravatarurl, "https://www.gravatar.com/avatar/ebff9105dce4954b1bdb57fdab079ff3" ); ```
This project is licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in either crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.