4 个版本

0.0.4 2020 年 5 月 17 日
0.0.3 2020 年 5 月 15 日
0.0.2 2020 年 5 月 15 日
0.0.1 2020 年 5 月 15 日

27 in #reddit

MIT 许可证

56KB
1.5K SLoC

Сноо

Rust 的 Reddit 客户端,仍在开发中。

更多示例请查看 /examples

use snoo::Reddit;
let r = Reddit::new()?;

let rust_subreddit = r.subreddit("rust");
let top_posts = rust_subreddit.top().await?;

for p in top_posts {
    println!("{}", p.info().title)
}

依赖项

约 10–23MB
约 333K SLoC