libharu bindings for Rust.
libharu license Copyright (C) 1999-2006 Takeshi Kanno Copyright (C) 2007-2009 Antony Dovgal
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
Note on Compilation:
+This binding of the libharu library compiles without cmake
or any other build tools outside of the rustc and cargo.
This version does not construct configuration header file, hpdf_config.h, during builds.
The current configuration file excludes pnglib and zlib as dependencies.
If you wish embed pngs I would recommend the Image library and pass raw bytes of your png image plane to libharu.
The zlib dependency has been replace by miniz the single file DEFLATE library https://github.com/richgel999/miniz.
Miniz implements RFC 1950 and RFC 19501 compressed data specifications.