lobster 0.2.0

A fast limit order book (LOB)
Documentation
.PHONY: test
test:
	cargo test

.PHONY: f
f:
	rustfmt $(shell find src -name "*.rs" -type f) $(shell find tests -name "*.rs")