clementine 0.0.1

A tiny, embeddable, ACID compliant in-memory key/value database.
Documentation
test:
	@rm -rf tests/test*.cdb
	@cargo test
	@rm -rf tests/test*.cdb

.PHONY: test