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

https://github.com/nonzzz/bencode

bencode
https://github.com/nonzzz/bencode

bencode bencode-parser golang

Last synced: about 1 month ago
JSON representation

bencode

Awesome Lists containing this project

README

        

# Bencode

A bencode encode and decode library implement by go. Better performance and more friendly.

- [x] Decode
- [x] Encode
- [x] UnMarshal

## Install

```bash

go get github.com/nonzzz/bencode

```

## LICENSE

[MIT](./LICENSE)

## Author

Kanno