1 2 3 4 5 6 7 8
use r2ch::client::TwoCH; fn main() { let _ = TwoCH::default() .board(Some("pr")) .thread(Some(1)) .thread_list(); }