djvu-rs 0.35.2

Read, render, convert, and create DjVu files. Pure-Rust DjVu decoder/encoder with CLI, WebAssembly, and Python bindings. DjVu to PDF, EPUB, TIFF, PNG, and text. MIT licensed, no GPL dependencies.
Documentation
1
2
3
4
5
6
7
8
9
# PERF_EXPERIMENTS.md is an append-only log: every branch adds a new `###`
# section at the end, so concurrent PRs collide on the same last line even
# though there is no real disagreement. `merge=union` keeps both sides
# instead of raising a conflict.
#
# Caveat: union merge concatenates blindly. If two branches edit the *same
# existing* section, git silently keeps both versions instead of flagging a
# conflict. Editing old entries is rare here; appending is the norm.
PERF_EXPERIMENTS.md merge=union