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

Make write_* return the number of written bytes. #45

Closed
jorgecarleitao opened this issue Aug 28, 2021 · 0 comments · Fixed by #44
Closed

Make write_* return the number of written bytes. #45

jorgecarleitao opened this issue Aug 28, 2021 · 0 comments · Fixed by #44

Comments

@jorgecarleitao
Copy link
Owner

jorgecarleitao commented Aug 28, 2021

Sometimes they are useful to get a sense of how much was written.

Signatures shall change from Result<()> to Result<u64>.

@jorgecarleitao jorgecarleitao changed the title Make write_file return the number of written bytes. Make write_* return the number of written bytes. Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant