]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update rust implementation from decoder to port
authorYann Collet <cyan@fb.com>
Mon, 23 Dec 2024 21:22:52 +0000 (13:22 -0800)
committerYann Collet <cyan@fb.com>
Mon, 23 Dec 2024 21:22:52 +0000 (13:22 -0800)
index.html

index f86ae82c44c9a4bcd1d6cea8f0e2cf794f1e3cee..4d8449a0324a11ec4be7ee80afe7efd9c283f42a 100644 (file)
@@ -219,7 +219,7 @@ which are explicitly labelled as Ports.
 | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd
 | __Python__ (bz2 api) | Ma Lin       | https://pypi.org/project/pyzstd       |
 | __Rust__      | Alexandre Bury      | https://crates.io/crates/zstd         |
-| __Rust__ (decoder, Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs
+| __Rust__ (Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs
 | __C#__        | SKB Kontur          | https://github.com/skbkontur/ZstdNet  |
 | __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net
 | __C#__ (signed) | Tyler Young       | https://github.com/ImpromptuNinjas/ZStd