https://github.com/nonzzz/bencode
bencode
https://github.com/nonzzz/bencode
bencode bencode-parser golang
Last synced: about 1 month ago
JSON representation
bencode
- Host: GitHub
- URL: https://github.com/nonzzz/bencode
- Owner: nonzzz
- License: mit
- Created: 2022-08-01T08:49:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T10:39:58.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:31:38.655Z (about 2 months ago)
- Topics: bencode, bencode-parser, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/nonzzz/bencode
- Size: 62.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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