djvu-iff 0.16.1

Pure-Rust DjVu IFF container parser and emitter
Documentation
  • Coverage
  • 86.36%
    38 out of 44 items documented0 out of 14 items with examples
  • Size
  • Source code size: 29.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 680.83 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • matyushkin/djvu-rs
    3 0 6
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • matyushkin

djvu-iff

Pure-Rust DjVu IFF container parser and emitter.

This crate is part of the djvu-rs workspace. It provides the zero-copy parse_form API plus the legacy tree parser/emitter used by the umbrella crate.

The parser builds with default-features = false for no_std consumers.