michromer 0.3.2

This is a small library to interact with the stockfighter simulation challenges.
docs.rs failed to build michromer-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: michromer-0.4.0

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.