poot 0.1.1

API wrapper for Photop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Poot
Photop api wrapper written in rust (not finished).

`photop-client` will soon be deprecated. You want to make bots? you use poot.

## Differences between photop-client and poot.
- poot is written in rust instead of javascript (:rocket: blazingly fast).
- The dependency "simplesocket" made independently, so the numerous bugs made in simplesocket will not be carried over.
- Less shared mutability bullshit.
- Use REST api instead of websockets.

This, and simplesocket.rs, are both heavily based on serenity.