1 unstable release
0.1.0 | Apr 15, 2022 |
---|
#7 in #quite
23KB
501 lines
teeny-qoi
a tiny quite okay image format encoder and decoder with no-std support
lib.rs
:
QOI decoder & encoder implementation. Heavily based on the reference implementation. Feature flags:
- std: enables stdlib support, disables no_std. on by default.
- alloc: enables use of Vec methods, using the alloc crate while keeping no_std. disabled by default.
Dependencies
~1.2–1.7MB
~29K SLoC