michromer

Crates.iomichromer
lib.rsmichromer
version0.4.0
sourcesrc
created_at2016-05-26 05:36:06.104422
updated_at2017-04-05 08:44:07.192648
descriptionThis is a small library to interact with the stockfighter simulation challenges.
homepage
repositoryhttps://github.com/elliottneilclark/michromer
max_upload_size
id5188
size23,566
Elliott (elliottneilclark)

documentation

README

michromer

Michromer is a library to interact with StockFighter. This is still very much a work in progress.

Build Status

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.

Commit count: 33

cargo fmt