Library for working with 2ch.hk API
Methods
let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board); let thread: Thread = dvach::methods::Fetch::thread(board, thread);