qoi_rs

Crates.ioqoi_rs
lib.rsqoi_rs
version0.1.1
sourcesrc
created_at2021-11-26 01:46:16.1005
updated_at2021-11-26 02:14:47.272706
descriptionRust port of the Quite Okay Image format
homepage
repositoryhttps://github.com/whentze/qoi_rs
max_upload_size
id487849
size3,777,040
(whentze)

documentation

README

qoi_rs

crates.io Documentation MIT licensed CI

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 need alloc).
  • Not a lot of code

What's not yet there

  • io::{Read/Write} style functions
  • API Docs
  • Benchmarks
  • A CLI tool
  • A C API
Commit count: 8

cargo fmt