libstoragemgmt-rust 0.0.2

Rust bindings for libStorageMgmt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: build doc

build:
	cargo build

check:
	export LSM_SIM_TIME=0 && cargo test -- --test-threads=1

doc:
	cargo doc --no-deps
	rsync --checksum --verbose --archive target/doc/ docs/
	echo '<meta http-equiv=refresh content=0;url=lsm/index.html>' \
		> docs/index.html