Skip to content

whentze/qoi_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust port of the Quite Okay Image format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages