1 unstable release
0.0.2 | Feb 17, 2019 |
---|---|
0.0.1 |
|
#5 in #с
9KB
206 lines
Dvach API
Простая библиотека для "работы" с API анонимной имиджборды "Двач".
Example
Методы
let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board);
let thread: Thread = dvach::methods::Fetch::thread(board, thread);
lib.rs
:
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);
Dependencies
~22MB
~452K SLoC