Make Encoder return bytes instead of directly writing to io::Write impl

This commit is contained in:
Marcin Kulik
2024-10-17 17:31:59 +02:00
parent 75e275082a
commit 4ad1c22a29
14 changed files with 239 additions and 293 deletions

5
Cargo.lock generated
View File

@@ -179,12 +179,11 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avt"
version = "0.11.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cb3c38905502a1f46c37ae2d3373c36a3aaf3cd9f7fde871984ef870f039bd6"
checksum = "b485f400d02970694eed10e7080f994ad82eaf56a867d6671af5d5e184ed8ee6"
dependencies = [
"rgb",
"serde",
"unicode-width",
]