Gravatar image URL library for Rust.
For full documentation see docs.rs.
```rust use gravatar_rs::Generator;
let generator = Generator::default();
let gravatar_url = generator.generate("helllo@holllo.org");
asserteq!( gravatarurl, "https://www.gravatar.com/avatar/e9a2c03d607ec80a5b725ad42c19ee36" ); ```
Found a problem or want to request a new feature? Email helllo@holllo.org and I'll see what I can do for you.
Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.