possum-db 0.2.2

concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# TODO: Do this in build.rs instead

go_possum_h := go/cpossum/possum.h

all: $(go_possum_h) README.md

.PHONY: $(go_possum_h)
$(go_possum_h):
	cbindgen -q --output $@

README.md: README.adoc
	npx downdoc $<