[go: up one dir, main page]

chunked_transfer 1.3.0

Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "chunked_transfer"
version = "1.3.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "Apache-2.0"
repository = "https://github.com/frewsxcv/rust-chunked-transfer"
description = "Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)"
edition = "2018"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "encode"
harness = false