lopdf_bugfix_19072017 0.9.0

A Rust library for PDF document manipulation.
Documentation
{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "lldb-mi",
			"request": "launch",
			"name": "pdfutil",
			"target": "./pdfutil/target/debug/pdfutil",
			"arguments": "decompress -i /home/junfeng/Downloads/rfc7159.pdf",
			"cwd": "${workspaceRoot}"
		}
	]
}