djvu-bitmap 0.16.1

Packed 1-bit bitmap type used by DjVu codecs
Documentation
  • Coverage
  • 76.92%
    10 out of 13 items documented0 out of 9 items with examples
  • Size
  • Source code size: 13.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 354.6 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • matyushkin/djvu-rs
    3 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • matyushkin

djvu-bitmap

Packed 1-bit bitmap type used by DjVu codecs.

This crate is part of the djvu-rs workspace. It exposes the Bitmap type used by JB2, SMMR, render, and export code while allowing codec crates to avoid depending on the umbrella djvu-rs crate.

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