Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Readme
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,24 @@ 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


* 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.
Expand Down