Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Cyborus04 opened this issue Dec 19, 2023 · 0 comments
Open

Comments

@Cyborus04
Copy link

Cyborus04 commented Dec 19, 2023

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 Cyborus04 changed the title base64ct: Encoder::encode says it returns bytes written, but it does not. base64ct: Encoder::encode says it returns bytes read, but it does not. Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant