juicy_bencode 0.1.3

A little parser for bencode using the Nom library
Documentation
[dependencies.derive_more]
version = "^0.99"

[dependencies.nom]
version = "^7"

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

[lib]
name = "juicy_bencode"
path = "src/lib.rs"

[package]
authors = ["Internal Compiler Error"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A little parser for bencode using the Nom library"
edition = "2024"
license = "MIT"
name = "juicy_bencode"
readme = "README.md"
repository = "https://github.com/Internal-Compiler-Error/juicy_bencode"
version = "0.1.3"