https://github.com/zeebo/bencode
Go bencode marshal/unmarshal library
https://github.com/zeebo/bencode
Last synced: 27 days ago
JSON representation
Go bencode marshal/unmarshal library
- Host: GitHub
- URL: https://github.com/zeebo/bencode
- Owner: zeebo
- License: mit
- Created: 2011-10-26T01:05:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T14:18:26.000Z (over 6 years ago)
- Last Synced: 2025-03-24T11:43:19.618Z (about 2 months ago)
- Language: Go
- Homepage: http://godoc.org/github.com/zeebo/bencode
- Size: 99.6 KB
- Stars: 91
- Watchers: 6
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bencode
[](https://godoc.org/github.com/zeebo/bencode) [](https://travis-ci.org/zeebo/bencode) [](https://sourcegraph.com/github.com/zeebo/bencode?badge)
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
Documentation at http://godoc.org/github.com/zeebo/bencode