Skip to content

gmbows/bencode-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

bencode-parser

A bencode parser written in Rust.

Overview

Bencode is the encoding used by the Bittorrent specification to store loosely-structed metadata.
It supports the following data types:

  • Integers: i<int32>e
  • Strings: <size>:<string>
  • Lists: l<elements>e
  • Dictionaries: d<elements>e> where elements is structured as key:value

About

A bencode parser written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages