juicy_bencode 0.1.1

A little parser for bencode using the Nom library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.derive_more]
version = "^0.99"

[dependencies.nom]
version = "^7"

[dependencies.num-traits]
version = "^0.2"

[package]
authors = ["Internal Compiler Error"]
description = "A little parser for bencode using the Nom library"
edition = "2021"
license = "MIT"
name = "juicy_bencode"
repository = "https://github.com/Internal-Compiler-Error/juicy_bencode"
resolver = "2"
version = "0.1.1"