2 releases
0.1.1 | Nov 26, 2021 |
---|---|
0.1.0 | Nov 26, 2021 |
#5 in #quite
3MB
251 lines
qoi_rs
What is this?
A pretty boring Rust translation of qoi.
Status
What's there
- Encode & Decode works
- Results agree with the C implementation for all samples images.
- No unsafe code (and in fact
#![forbid(unsafe_code)]
) - No dependencies
#[no_std]
compatible (but you needalloc
).- Not a lot of code
What's not yet there
io::{Read/Write}
style functions- API Docs
- Benchmarks
- A CLI tool
- A C API