imgurian 0.5.0

Imgur API client.
Documentation
1
2
3
use crate::error::Error;

pub type Result<T, E = Error> = std::result::Result<T, E>;