telereads 0.1.12

@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation.
Documentation
1
2
3
4
5
mod api;
mod goodreads_response;

pub use self::api::GoodreadsApi;
pub use self::goodreads_response::{GoodreadsResponse, Work};