duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
37 stars 14 forks source link

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

Open jakoschiko opened 1 year ago

jakoschiko commented 1 year ago

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.