-
Notifications
You must be signed in to change notification settings - Fork 136
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
fs: impl File::read_exact_at
and File::write_all_at
#44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks. I had one thought inline.
Just giving this a bump. I'm really interested in using the feature. |
d1997ae
to
ba77bb8
Compare
ba77bb8
to
4c2d774
Compare
4c2d774
to
0c919b3
Compare
@songzhi can you resolve the conflicts? I'll merge once that's done. |
Current API and abstractions make it possible to write these helper methods.
0c919b3
to
2df1fa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to say, let's try to get this committed. It's been out a long time.
@carllerche Waiting for your okay. You had requested changes so the page wants your blessing. |
If @Noah-Kennedy and @carllerche say okay (actually I think Noah did already) we just need the branch rebased from master. Does the OP want to do that or would they like me to? |
Current API and abstractions make it possible to write these helper methods.
Fixes #41