gemmy 0.1.0

Gemmy is a high performance orderbook written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Gemmy

My goal with writing gemmy is to create a useful, and production ready high performance orderbook written in rust.

For now the work is ongoing, and the implementation is bound to be full of bugs. I will be adding more to this readme as I keep doing more.

# To Dos

- [ ] Add exhaustive integration tests.
- [ ] Add unit tests for a few remaining methods.
- [x] Complete the documentation of code.
- [ ] Replace this readme with a summary of everything.
- [x] Publish the crate.
- [ ] Add stats tracking (volume, last_trade, etc.)