ben 0.2.0

A minimalistic Bencode parser
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "ben"
version = "0.2.0"
authors = ["95th <vargwin@gmail.com>"]
edition = "2018"
description = "A minimalistic Bencode parser"
license = "MIT"

[dependencies]
itoa = "0.4.5"