1 2 3 4 5
mod api; mod goodreads_response; pub use self::api::GoodreadsApi; pub use self::goodreads_response::{GoodreadsResponse, Work};