Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 305 Bytes

bencode

A go bencoding library

This is meant to be an idiomatic library for marshalling and unmarshalling bencoded data as described in BEP 0003

Currently, Marshal() and Unmarshall() work in a very bare-bones way.

This is currently unmaintained