Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 844 Bytes

File metadata and controls

22 lines (16 loc) · 844 Bytes
logo

A modern bencode parser written from scratch for the next generation of torrent streaming

Introduction

bencode-rust is a new parser for bencode written from scratch ( using rust! )

The main goals are:

  • Readable: The main goal of this project is to be readable.
  • Fast: The other goal of this project is to be fast ( like really fast ).
  • Feature Parity: Support the entire bencode encoding scheme
  • Optimize: The parser should be optimized, every byte optimizes will theoritically optimize other lower libs that depend on it
  • Extensible: The library should support as many language as possible

License

The project is licensed under Apache 2.0 license