yenc 0.2.2

Encodes and decodes using the yEnc encoding.
Documentation
[[bench]]
harness = false
name = "encode"

[[bench]]
harness = false
name = "decode"
[dependencies.crc32fast]
version = "1.2.0"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["aswaving <a.swaving@gmail.com>"]
autobenches = false
categories = ["encoding"]
description = "Encodes and decodes using the yEnc encoding."
documentation = "https://docs.rs/yenc/0.2.2/yenc/"
edition = "2018"
keywords = ["yenc", "encode", "decode"]
license = "MIT OR Apache-2.0"
name = "yenc"
repository = "https://github.com/aswaving/yenc"
version = "0.2.2"
[profile.bench]
debug = true

[profile.release]
debug = true