The encoder structs create a new raw::Encoder each time you instantiate them. As stated by the docs, it's recommended to save the raw::Encoder. To prevent creating new raw::Encoders for each new encoding, could this crate provide a way to reset the higher level Read and Write encoders?
Thanks!
The encoder structs create a new
raw::Encodereach time you instantiate them. As stated by the docs, it's recommended to save theraw::Encoder. To prevent creating newraw::Encoders for each new encoding, could this crate provide a way to reset the higher levelReadandWriteencoders?Thanks!