rencode 0.1.1

A serde-based implementation of [rencode](https://github.com/aresch/rencode).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rencode"
version = "0.1.1"
authors = ["The0x539 <the0x539@gmail.com>"]
edition = "2018"
license = "GPL-3.0-only"
description = "A serde-based implementation of [rencode](https://github.com/aresch/rencode)."
repository = "https://github.com/The0x539/rust-rencode"

[dependencies]
serde = "1.0.110"
byteorder = "1.3.4"