Crate tranquility

Source
Expand description

ci-badge docs-badge crate-version

Tranquility is an asynchronous Rust library for the Reddit API.

It is currently under heavy development, and as such it is not recommended for production or any other use.

Modulesยง

auth
Contains the auth methods you can use for the client.
client
Client is used to handle requests through the reddit API.
error
The error type for this library.
model
Contains the various structs and methods for handling JSON objects.
prelude
The basic exports you are most likely to need in your application.