Gravatar API Client for Rust
A small library to access the Gravatar API, inspired by rust-gravatar.
Example Usage
extern crate gravatar_api;
use avatars;
let url = builder
.size
.default
.rating
.build
.image_url;
assert_eq!;
A small library to access the Gravatar API, inspired by rust-gravatar.
extern crate gravatar_api;
use avatars;
let url = builder
.size
.default
.rating
.build
.image_url;
assert_eq!;