lobster 0.4.0

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

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

.PHONY: bench
bench:
	cargo bench