1个不稳定版本
0.0.2 | 2019年2月17日 |
---|---|
0.0.1 |
|
#5 in #с
9KB
206 行代码
Dvach API
一个简单的库,用于操作匿名图像论坛'Dvach'的API。
示例
方法
let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board);
let thread: Thread = dvach::methods::Fetch::thread(board, thread);
lib.rs
:
Dvach API
用于操作2ch.hk API的库
示例
方法
let threads: Vec<CatalogThread> = dvach::methods::Fetch::catalog(board);
let thread: Thread = dvach::methods::Fetch::thread(board, thread);
依赖项
~19MB
~423K SLoC