libchm 0.2.0

Pure-Rust CHM file reader.
Documentation
[[repos]]
repo = "builtin"
hooks = [
	{ id = "trailing-whitespace" },
	{ id = "end-of-file-fixer" }
]

[[repos]]
repo = "local"
hooks = [
	{
		id = "cargo-fmt",
		name = "cargo fmt (nightly)",
		entry = "cargo +nightly fmt --all --",
		language = "system",
		types = ["rust"],
		pass_filenames = false
	}
]