2 个版本
0.1.1 | 2022 年 7 月 6 日 |
---|---|
0.1.0 | 2022 年 7 月 1 日 |
#4 in #image-board
26KB
505 代码行
iv
图像板解析库
用法
use iv::boards::{dvach::Dvach, fourchan::Fourchan, ImageBoard};
static BOARD: &str = "b";
fn main() {
// getting 2ch.hk and 4chan.org /b/ last thread
println!("{:?}", Dvach.get_last_thread(BOARD.to_owned()));
println!("{:?}", Fourchan.get_last_thread(BOARD.to_owned()));
}
依赖
~8–24MB
~352K SLoC