Skip to content

Commit 48e0435

Browse files
authored
represent header values using Vec<u8> instead of String (#15)
1 parent 4351997 commit 48e0435

File tree

6 files changed

+1049
-125
lines changed

6 files changed

+1049
-125
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ wee_alloc = "0.4"
1616
[dev-dependencies]
1717
version-sync = "0.9"
1818
chrono = "0.4"
19+
bstr = "0.2"
1920

2021
[profile.release]
2122
lto = true

0 commit comments

Comments
 (0)