torrent/bencode
nsf d0429086be Add more comments to the bencode library. Implement UnmarshalerError. 2012-06-30 22:26:20 +06:00
..
_testdata Add first bits of "torrent" library (.torrent file manipulation). 2012-06-28 02:26:56 +06:00
README Initial commit. 2012-06-20 19:21:32 +06:00
api.go Add more comments to the bencode library. Implement UnmarshalerError. 2012-06-30 22:26:20 +06:00
both_test.go Fix bugs, implement missing bits. Made a mess, can't describe properly. 2012-06-28 02:21:26 +06:00
decode.go Add more comments to the bencode library. Implement UnmarshalerError. 2012-06-30 22:26:20 +06:00
decode_test.go Fix bugs, implement missing bits. Made a mess, can't describe properly. 2012-06-28 02:21:26 +06:00
encode.go Fix bugs, implement missing bits. Made a mess, can't describe properly. 2012-06-28 02:21:26 +06:00
encode_test.go Add MarshalBencode test. 2012-06-24 17:10:27 +06:00
tags.go Initial commit. 2012-06-20 19:21:32 +06:00

README

Bencode encoding/decoding sub package. Uses similar API design to Go's json package.