termchan 0.2.0

ターミナルで動く軽量2chクライアント
Documentation
1
2
3
4
extern crate termchan;
fn main() {
    println!("Hello, world!");
}