| Crates.io | michromer |
| lib.rs | michromer |
| version | 0.4.0 |
| created_at | 2016-05-26 05:36:06.104422+00 |
| updated_at | 2017-04-05 08:44:07.192648+00 |
| description | This is a small library to interact with the stockfighter simulation challenges. |
| homepage | |
| repository | https://github.com/elliottneilclark/michromer |
| max_upload_size | |
| id | 5188 |
| size | 23,566 |
Michromer is a library to interact with StockFighter. This is still very much a work in progress.
To use it create a level client that can create orders, cancel orders, read the order book.
let client = Client::new(&key);
let lc = client.start_level("chock_a_block").unwrap();
Now go solve some challenges.