rust-screeps-api
rust-screeps-api copied to clipboard
Rust library wrapping the https://screeps.com API
Closes #5. The new macro probably needs some reviewing.
3 public APIs added, namely ```world_size```, ```rooms_terrain```, ```all_rooms_terrain```, also made ```gcl``` field in ```MyInfo``` Optional as it does not show up for a new user. Plz let me know ur...
Deserialization currently fails when a [Commodity](https://docs.screeps.com/resources.html#Commodities) is encountered.
The game has updated the flag format, and we can't parse it anymore. Example update: ```json [ "room:shard0/W41N48", { "objects": { "5f0236153187fd5e3dfa814a": { "store": { "energy": 79 } }, "5f025b3706ec7d5f6e3cd7a3":...
We should provide an option to supply a permanent auth token rather than username/password. https://blog.screeps.com/2017/12/auth-tokens/
It's currently assumed that numbers such as nextRegenerationTime in Source, or resource numbers in terminals, are either non-existant, or 0. This simply isn't true: both of these can also be...