cdb 0.5.0

Pure Rust library to read and write CDB files
Documentation
1
2
3
4
5
6
7
8
all:
	cargo build
	cargo test
	$(MAKE) doc

doc:
	cargo doc --no-deps
	rsync -a --delete target/doc/ ../github/cdb-rs