cartel_api 0.1.0

This crate attemps to provide a wrapper around the http://cartelempire.online/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod attacks;
mod client;
mod cartel;
mod advanced;
mod battlestats;
mod basic;
mod cooldowns;
mod status;
mod range;
mod inventory;
mod inventory_advanced;
mod chat;