imap-codec icon indicating copy to clipboard operation
imap-codec copied to clipboard

feat: Encode should take Write and return ranges instead of returning Vecs

Open jakoschiko opened this issue 2 years ago • 0 comments

Idea: The trait Encode takes a Write and use it for outputting the encoded bytes. The result type Encoded would contain ranges of the written bytes instead of the bytes.

jakoschiko avatar Jul 17 '23 22:07 jakoschiko