Expand description
Plugins for optional media formats and UI integrations.
These modules are included conditionally via features such as ‘gif’, ‘jpeg’, ‘qrcode’, etc.
Re-exports§
pub use qrcode::*;
Modules§
- apng
- APNG decoder returning frames.
- canvas
- Canvas wrapper based on
embedded_canvas
. - fatfs
- Utilities for working with FAT filesystem images.
- fontdue
- Glyph rasterization using
fontdue
. - gif
- GIF decoder returning frames.
- jpeg
- JPEG decoder for Color pixel arrays.
- lottie
- Dynamic Lottie rendering utilities.
- nes
- Utilities for parsing iNES cartridge headers.
- pinyin
- Minimal Pinyin input method dictionary.
- png
- PNG decoder yielding raw color pixels.
- qrcode
- Generate QR codes as pixel buffers.