Proquint
IO.inspect Proquint.encode << 0 :: size(16)>>
IO.inspect Proquint.encode << 63 :: size(8), 84 :: size(8), 220 :: size(8), 193 :: size(8) >>
TODO: Add description
Installation
If available in Hex, the package can be installed as:
Add
proquint
to your list of dependencies inmix.exs
:def deps do [{:proquint, "~> 0.1.0"}] end
Ensure
proquint
is started before your application:def application do [applications: [:proquint]] end