pdfium-render 0.7.13

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
Documentation
# Do not check Rust test files and build artifacts into source control

docs/
target/
Cargo.lock
*.so
*.dll
*.dylib
test*.jpg
test*.png
examples/pkg
examples/target
examples/serve
examples/Cargo.lock
examples/test*.jpg
examples/test*.png

# Do not check IntelliJ-specific files into source control

*.iml
*.ipr
*.iws
.idea/