Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjantop/rust-bencode
Implementation of Bencode encoding written in rust
https://github.com/arjantop/rust-bencode
Last synced: 7 days ago
JSON representation
Implementation of Bencode encoding written in rust
- Host: GitHub
- URL: https://github.com/arjantop/rust-bencode
- Owner: arjantop
- License: apache-2.0
- Created: 2014-03-08T13:46:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T12:26:17.000Z (about 3 years ago)
- Last Synced: 2024-10-07T21:48:52.849Z (27 days ago)
- Language: Rust
- Size: 232 KB
- Stars: 35
- Watchers: 3
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-cn - arjantop/rust-bencode - ci.org/arjantop/rust-bencode.svg?branch=master">](https://travis-ci.org/arjantop/rust-bencode) (Libraries / Encoding)
- awesome-rust - arjantop/rust-bencode - ci.org/arjantop/rust-bencode.svg?branch=master">](https://travis-ci.org/arjantop/rust-bencode) (Libraries / Encoding)
- awesome-rust - arjantop/rust-bencode - ci.org/arjantop/rust-bencode.svg?branch=master">](https://travis-ci.org/arjantop/rust-bencode) (库 Libraries / 加密 Encoding)
- awesome-rust-zh - arjantop/rust-bencode - [Bencode](https://en.wikipedia.org/wiki/Bencode)在 Rust 中实现[<img src="https://api.travis-ci.org/arjantop/rust-bencode.svg?branch=master">](https://travis-ci.org/arjantop/rust-bencode) (库 / 编码(Encoding))
README
# Rust Bencode
[![Build Status](https://travis-ci.org/arjantop/rust-bencode.png?branch=master)](https://travis-ci.org/arjantop/rust-bencode)
Implementation of Bencode encoding written in rust.
## Project Status
Not in active developement due to lack of time and other priorities. If you are interested in taking over the developement of this crate please contact me.
## What is Bencode?
It is the encoding used by the [BitTorrent](https://en.wikipedia.org/wiki/BitTorrent_%28protocol%29) file sharing system. More on [wikipedia](https://en.wikipedia.org/wiki/Bencode).
## Using the library
Add this to your [Cargo.toml](http://crates.io/):
```toml
[dependencies.bencode]git = "https://github.com/arjantop/rust-bencode.git"
```## Documentation
On [docs.rs](https://docs.rs/crate/bencode)
## Contributing
```
git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make
```