From 5df4ab65516eac5207e617b5cb3e984aa87653fc Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Sun, 17 Aug 2025 22:18:27 +0200 Subject: [PATCH 1/2] Formatting & spelling Signed-off-by: Lucas Bremgartner --- Readme | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Readme b/Readme index 0f3724e..8d8be50 100644 --- a/Readme +++ b/Readme @@ -41,23 +41,22 @@ Remote implementations by others: proquint encoded strings, Decodes proquint encode strings to binaries. Implementation can be found at https://hexdocs.pm/proquint/Proquint.html - - * Elm implimentation: + + * Elm implementation: - Install with `elm install michaelglass/proquint`. - Docs are here: https://package.elm-lang.org/packages/michaelglass/proquint/latest/Proquint. - * Perl implementation by Mark Lawrence: Can also be installed from CPAN with cpan Proquint (or +cpanm+ if one has it installed). https://github.com/mlawren/p5-Proquint - + * Rust implementation by Christian Blades: Crate at https://crates.io/crates/proquint, source at https://github.com/christian-blades-cb/proquint-rs - + * Go implementation by Nat Welch: https://github.com/icco/proquint - + * Haskell implementation by Francesco Gazzetta: https://hackage.haskell.org/package/proquint See License.txt for copyright and terms of use. From 5fbbe7529a1b35bbb7a895792b37b632e21ede5d Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Sun, 17 Aug 2025 22:19:02 +0200 Subject: [PATCH 2/2] Add alternative Go implementation Signed-off-by: Lucas Bremgartner --- Readme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme b/Readme index 8d8be50..bc2a100 100644 --- a/Readme +++ b/Readme @@ -57,6 +57,8 @@ Remote implementations by others: * Go implementation by Nat Welch: https://github.com/icco/proquint + * Go implementation by Lucas Bremgartner: https://github.com/breml/proquint + * Haskell implementation by Francesco Gazzetta: https://hackage.haskell.org/package/proquint See License.txt for copyright and terms of use.