rchan 0.4.0

4chan api wrapper and client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rchan

This library is a [4chan JSON API][] wrapper.

# Features

-	All methods are async.
-	The JSON objects are normalized (and made sane!) so you don't have to deal with questionable API design.
-	Lightweight, only dependencies are [reqwest][], [serde] and [serde_json][].

# Status

The core of the library works, more features to be added.

[4chan JSON API]: https://github.com/4chan/4chan-API
[reqwest]: https://crates.io/crates/reqwest
[serde]: https://crates.io/crates/serde
[serde_json]: https://crates.io/crates/serde_json