Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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