The R2ch crate provides a simple twoch implementation
R2ch
for get all boards, you can use boards_all() method.
use r2ch::client::TwoCH; let _ = TwoCH::default().boards_all();