Merge branch 'master' of http://github.com/zeebo/bencode
tree: af69269caf9a396f707c4f0ea2ce9bdca4720e83
  1. .gitignore
  2. chunker.go
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_test.go
  8. lex.go
  9. parse.go
  10. README.md
  11. tag.go
  12. tracer.go
README.md

bencode

Bencode is a library for encoding/decoding bencoded data into Go data structures. The api is designed to be similar to the JSON api in the Go standard library.

Documentation at http://zeebo.github.com/bencode Or http://gopkgdoc.appspot.com/pkg/github.com/zeebo/bencode