From 98e8a0237ccc7e6e868540d61deb0cbeac870ca7 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Thu, 6 Jan 2022 04:06:21 +0300 Subject: [PATCH] Add `qoi` Rust crate reference (aldanor/qoi-rust) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143fa6a5..0e7542e3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ implementations listed below. - https://github.com/MasterQ32/zig-qoi (Zig) - https://github.com/rbino/qoix (Elixir) - https://github.com/NUlliiON/QoiSharp (C#) +- https://github.com/aldanor/qoi-rust (Rust) - https://github.com/zakarumych/rapid-qoi (Rust) - https://github.com/takeyourhatoff/qoi (Go) - https://github.com/DosWorld/pasqoi (Pascal) @@ -93,7 +94,6 @@ implementations listed below. These implementations are based on the pre-release version of QOI. Resulting files are not compatible with the current version. -- https://github.com/steven-joruk/qoi (Rust) - https://github.com/ChevyRay/qoi_rs (Rust) - https://github.com/panzi/jsqoi (TypeScript) - https://github.com/0xd34df00d/hsqoi (Haskell)