We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4be68 commit 8e47590Copy full SHA for 8e47590
README.md
@@ -7,7 +7,10 @@ It's intended for the [`yolandi`](https://github.com/alehander42/yolandi) torren
7
8
**Beware**
9
10
- That's a learning exercise for me in elixir/erlang, so the code is still not clean and not idiomatic
+ That's a learning exercise for me in elixir/erlang, so the code is still not clean and non idiomatic
11
+
12
+ Bencode format supports 4 types of data: numbers, dictionaries and lists.
13
+ `Bencoder` uses elixir's `Integer`, `Map`, `List` and `BitString`.
14
15
Examples:
16
0 commit comments