Welcome to Bencodelix
Bencodelix is a trivial Bencode encode decoder in Elixir
Bencode is a requirement for Elicloj
How to use it
Either you put it in your mixexs Elixir project
defp deps do
[ { :bencodelix, github: "nodrygo/bencodelix" }
]
end
OR you create a clone
$ git clone https://github.com/nodrygo/bencodelix
$ mix compile
$ mix test
Licence
very liberal MIT licence
Authors and Contributors
Yvan (@nodrygo)