iv

Crates.ioiv
lib.rsiv
version0.1.1
sourcesrc
created_at2022-07-01 02:53:17.007668
updated_at2022-07-06 23:25:44.856002
descriptionAn imageboard viewer
homepage
repositoryhttps://github.com/dazmaks/iv
max_upload_size
id616826
size87,224
Plotnikov Maxim (dazmaks)

documentation

README

iv

imageboard parser library

usage

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()));
}
Commit count: 27

cargo fmt