squashfs 0.1.0

A pure rust implement of squashfs library.
Documentation
1
2
3
4
5
6
7
LOG:=debug

test:
	RUST_LOG=${LOG} cargo test --all -- --nocapture --color=always

test_gizp:
	RUST_LOG=${LOG} cargo test --features=gzip-sqs -- --nocapture --color=always