orderbook
Experimental orderbook approach. Inspired by c1982/orderbook for Crystal Language
Installation
Add this to your application's shard.yml
:
dependencies:
orderbook:
github: umutuluer/orderbook
and then
shards install
Usage
please check the spec files
Contributing
- Fork it (https://github.com/umutuluer/orderbook/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request