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
mod advanced;
mod attacks;
mod basic;
mod cooldowns;
mod cartel;
mod battlestats;
mod inventory;
mod status;
mod chat;
pub use crate::Client;