2个版本
使用旧的Rust 2015
0.1.1 | 2017年3月7日 |
---|---|
0.1.0 | 2017年2月21日 |
在 #bencode 中排名第25
28KB
690 行
Bencoderus
Rust库,用于编码和解码Bencode编码。
用法
解码
// decode transforms Bencoded bytes to objects.
pub fn decode(src: Vec<u8>) -> Bencoding {
编码
// encode transforms objects to Bencoded bytes.
pub fn encode(benc: Bencoding) -> Vec<u8> {
许可
BSD 3-Clause: LICENSE.txt
依赖项
~4.5MB
~106K SLoC