formats icon indicating copy to clipboard operation
formats copied to clipboard

base64ct: `Encoder::encode` says it returns bytes read, but it does not.

Open Cyborus04 opened this issue 1 year ago • 0 comments

The documentation for Encoder::encode says it returns the number of bytes read:

Returns

  • Ok(bytes) if the expected amount of data was read

But it actually returns Ok(()).

Cyborus04 avatar Dec 19 '23 23:12 Cyborus04