tranquility 0.0.2

A Rust library for the Reddit API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# tranquility


Tranquility is a Rust library for the Reddit API.

Tranquilitye supports bot login via the use of `Client::new`. You must then pick an authentication method. Currently, only `BasicAuth::new` is available, meaning it can be used just for the accounts that you own as it requires the account's password.

# Installation


Add the following to your `Cargo.toml` file:

```toml
[dependencies]
tranquility = "0.0.2"
```