detect-compression 0.1.2

Reader and Writer that auto-detect compresson algorithms.
Documentation
#! /bin/bash

if [ "$NO_CHECK" == "1" ]; then
	exit 0
fi

cargo fmt -- --check