From b6ce9ebc51664fafa45cf289f3d6071882d6bd72 Mon Sep 17 00:00:00 2001 From: Zakarum Date: Wed, 12 Jan 2022 14:52:57 +0300 Subject: [PATCH 1/3] Add paragraph for rapid-qoi --- content/news/029/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/news/029/index.md b/content/news/029/index.md index f3865b650..9ceb504e3 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -460,6 +460,20 @@ _Discussions: [/r/rust]_ [/r/rust]: https://reddit.com/r/rust/comments/r6mn0g/shard_020 [Shard]: https://github.com/HindrikStegenga/Shard + +### [rapid-qoi] + +[rapid-qoi] by @zakarumych is an implementation of QOI format written in Rust. + +QOI format can fit nicely as a replacement for PNG and other common loseless image formats +for game engines given its simplicity and blazing fast encoding and decoding. + +[rapid-qoi] has simple API, zero unsafe, zero dependencies, fast build times and high performance. +It is compatible with finalized QOI spec publised in December. + +[rapid-qoi]: https://github.com/zakarumych/rapid-qoi + + ## Popular Workgroup Issues in Github From ee223fad400641de208c15c95977f4bee391b893 Mon Sep 17 00:00:00 2001 From: Zakarum Date: Wed, 12 Jan 2022 15:52:43 +0300 Subject: [PATCH 2/3] Formatting --- content/news/029/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 9ceb504e3..412aaa7dd 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -465,10 +465,12 @@ _Discussions: [/r/rust]_ [rapid-qoi] by @zakarumych is an implementation of QOI format written in Rust. -QOI format can fit nicely as a replacement for PNG and other common loseless image formats +QOI format can fit nicely as a replacement for PNG +and other common loseless image formats for game engines given its simplicity and blazing fast encoding and decoding. -[rapid-qoi] has simple API, zero unsafe, zero dependencies, fast build times and high performance. +[rapid-qoi] has simple API, zero unsafe, zero dependencies, +fast build times and high performance. It is compatible with finalized QOI spec publised in December. [rapid-qoi]: https://github.com/zakarumych/rapid-qoi From 113c4f7001284c3eff19b0e5cf6dd01e7d1a4ad3 Mon Sep 17 00:00:00 2001 From: Zakarum Date: Wed, 12 Jan 2022 16:41:25 +0300 Subject: [PATCH 3/3] Formatting 2 --- content/news/029/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 412aaa7dd..32495f25e 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -460,7 +460,6 @@ _Discussions: [/r/rust]_ [/r/rust]: https://reddit.com/r/rust/comments/r6mn0g/shard_020 [Shard]: https://github.com/HindrikStegenga/Shard - ### [rapid-qoi] [rapid-qoi] by @zakarumych is an implementation of QOI format written in Rust. @@ -475,7 +474,6 @@ It is compatible with finalized QOI spec publised in December. [rapid-qoi]: https://github.com/zakarumych/rapid-qoi - ## Popular Workgroup Issues in Github