//! # Dvach API
//!
//! Library for working with 2ch.hk API
//!
//! # Example
//! Methods
//! ```
//! let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board);
//! let thread: Thread = dvach::methods::Fetch::thread(board, thread);
//! ```
extern crate reqwest;
extern crate serde;
extern crate serde_derive;
extern crate serde_json;
// Methods for fetching and requests
// All necessary structures