Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeebo/bencode
Go bencode marshal/unmarshal library
https://github.com/zeebo/bencode
Last synced: 17 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T14:18:26.000Z (about 6 years ago)
- Last Synced: 2024-10-14T08:17:53.915Z (29 days ago)
- Language: Go
- Homepage: http://godoc.org/github.com/zeebo/bencode
- Size: 99.6 KB
- Stars: 90
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bencode
[![GoDoc](https://godoc.org/github.com/zeebo/bencode?status.svg)](https://godoc.org/github.com/zeebo/bencode) [![Build Status](https://travis-ci.org/zeebo/bencode.png?branch=master)](https://travis-ci.org/zeebo/bencode) [![Sourcegraph](https://sourcegraph.com/github.com/zeebo/bencode/-/badge.svg)](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