Skip to content

cjim8889/bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bencode

Bencode implementation in Golang

This is a bencode implementation in Golang. It is super simple and blazingly fast!

Only two functions are of importance to you, namely func Parse(r *Reader) (interface{}, error) and func (r *Reader) DecodeStream() (interface{}, error)

About

Bencode implementation in Golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages