leanpub 0.1.4

Unofficial Leanpub API client.
Documentation
1
2
3
use failure::Error;

pub type LeanpubResult<T> = Result<T, Error>;