rust-gravatar
rust-gravatar is a small Rust library that generates Gravatar image URLs based
on the
official Gravatar specification.
Example
extern crate gravatar;
use ;
let url = new
.set_size
.set_rating
.image_url;
assert_eq!;
rust-gravatar is a small Rust library that generates Gravatar image URLs based
on the
official Gravatar specification.
extern crate gravatar;
use ;
let url = new
.set_size
.set_rating
.image_url;
assert_eq!;