[][src]Crate dvach_api

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);

Modules

methods
structs