Documentation
1
2
3
4
5
use r2ch::client::TwoCH;

fn main() {
    let _ = TwoCH::default().board(Some("pr")).catalog();
}