From 2c322b0572c02f7cd2be24a48fd216a44ce2202f Mon Sep 17 00:00:00 2001 From: Anders Trier Olesen Date: Mon, 22 Apr 2024 09:48:04 +0200 Subject: [PATCH] 2.2.1 -> 2.2.2 --- Cargo.toml | 2 +- README.md | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66513b8..3df15d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reed-solomon-simd" -version = "2.2.1" +version = "2.2.2" license = "MIT AND BSD-3-Clause" description = "Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64." repository = "https://github.com/AndersTrier/reed-solomon-simd" diff --git a/README.md b/README.md index b86f37d..a65afc8 100644 --- a/README.md +++ b/README.md @@ -199,25 +199,25 @@ is based on [Leopard-RS] by Christopher A. Taylor. [Leopard-RS]: https://github.com/catid/leopard [reed-solomon-simd]: https://github.com/AndersTrier/reed-solomon-simd -[`Naive`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/struct.Naive.html -[`NoSimd`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/struct.NoSimd.html -[`Ssse3`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/struct.Ssse3.html -[`Avx2`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/struct.Avx2.html -[`Neon`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/struct.Neon.html +[`Naive`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/struct.Naive.html +[`NoSimd`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/struct.NoSimd.html +[`Ssse3`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/struct.Ssse3.html +[`Avx2`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/struct.Avx2.html +[`Neon`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/struct.Neon.html -[`ReedSolomonEncoder`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonEncoder.html -[RSE::add_original_shard]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonEncoder.html#method.add_original_shard -[RSE::encode]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonEncoder.html#method.encode +[`ReedSolomonEncoder`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonEncoder.html +[RSE::add_original_shard]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonEncoder.html#method.add_original_shard +[RSE::encode]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonEncoder.html#method.encode -[`ReedSolomonDecoder`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonDecoder.html -[RSD::add_original_shard]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.add_original_shard -[RSD::add_recovery_shard]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.add_recovery_shard -[RSD::decode]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.decode +[`ReedSolomonDecoder`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonDecoder.html +[RSD::add_original_shard]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.add_original_shard +[RSD::add_recovery_shard]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.add_recovery_shard +[RSD::decode]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/struct.ReedSolomonDecoder.html#method.decode -[`Engine`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/engine/trait.Engine.html -[`Rate`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/rate/trait.Rate.html +[`Engine`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/engine/trait.Engine.html +[`Rate`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/rate/trait.Rate.html -[mod:rate]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/rate/index.html +[mod:rate]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/rate/index.html -[`reed_solomon_simd::encode`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/fn.encode.html -[`reed_solomon_simd::decode`]: https://docs.rs/reed-solomon-simd/2.2.1/reed_solomon_simd/fn.decode.html +[`reed_solomon_simd::encode`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/fn.encode.html +[`reed_solomon_simd::decode`]: https://docs.rs/reed-solomon-simd/2.2.2/reed_solomon_simd/fn.decode.html