screeps-api 0.6.0

Fully typed and tested wrapper over the Screeps Game's HTTP API
1
2
3
4
5
6
7
mod numbers;
mod timespec;

pub mod null_as_default;

pub use numbers::*;
pub use timespec::*;