module BitTorrent::BEncoding
Defined in:
bittorrent/bencoding/decode.crbittorrent/bencoding/encode.cr
bittorrent/bencoding/types.cr
Constant Summary
-
ARRAY_DIVIDER =
':'
-
DICT_END =
'e'
-
DICT_START =
'd'
-
LIST_END =
'e'
-
LIST_START =
'l'
-
NB_END =
'e'
-
NB_START =
'i'