Merge pull request #10 from cenkalti/bytes

Add EncodeBytes and DecodeBytes functions
tree: 6e1df997b95c362641ddc5ef601ed6cbdf7bed41
  1. .gitignore
  2. AUTHORS
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_test.go
  8. example_test.go
  9. LICENSE
  10. raw.go
  11. README.md
  12. tag.go
  13. 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.

Build status

Current build status:

Documentation

Documentation at http://zeebo.github.com/bencode or http://godoc.org/github.com/zeebo/bencode