juicy_bencode 0.1.3

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
[package]
name = "juicy_bencode"
version = "0.1.3"
edition = "2024"
license = "MIT"
repository = "https://github.com/Internal-Compiler-Error/juicy_bencode"
authors = ["Internal Compiler Error"]
description = "A little parser for bencode using the Nom library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nom = "^7"
num-traits = "^0.2"
derive_more = "^0.99"