5 releases

0.2.3 Jan 21, 2024
0.2.2 Sep 26, 2022
0.2.1 Sep 26, 2022
0.2.0 Apr 2, 2022
0.1.0 Apr 2, 2022

#86 in Email

Download history 49/week @ 2024-07-22 15/week @ 2024-07-29 65/week @ 2024-08-12 8/week @ 2024-08-19 4/week @ 2024-08-26 9/week @ 2024-09-02 1/week @ 2024-09-09 14/week @ 2024-09-16 21/week @ 2024-09-23 28/week @ 2024-09-30 13/week @ 2024-10-07 15/week @ 2024-10-14 10/week @ 2024-10-21 3/week @ 2024-10-28 29/week @ 2024-11-04

58 downloads per month

MIT/Apache

10KB
105 lines

Gravatar 📇 Rust

Gravatar image URL library for Rust.

API

For full documentation see docs.rs.

Example

use gravatar_rs::Generator;

let generator = Generator::default();

let gravatar_url = generator.generate("helllo@holllo.org");

assert_eq!(
  gravatar_url,
  "https://www.gravatar.com/avatar/e9a2c03d607ec80a5b725ad42c19ee36"
);

Development

With Nix flakes and direnv installed and enabled, all the required dependencies are automatically loaded from shell.nix. Then cargo-make can be used to build, deploy and lint the code. The available tasks are all described in the Makefile.toml configuration.

Feedback

Found a problem or want to request a new feature? Email helllo@holllo.org and I'll see what I can do for you.

License

Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.

Dependencies

~33KB