-
Notifications
You must be signed in to change notification settings - Fork 6
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
impl FileExt for NbdClient #3
Comments
Probably. Do you mean both A pull request is welcome. |
Maybe better implement |
Well, I was only thinking about unix. Does anybody even use NBD on Windows? |
I remember trying to use in-memory NBD server running on Windows as a swap-file on Linux. (Nothing good happened from that attempt although) I've published read_write_at that intents to be a central place for "read/write with offset" abstraction. I'm going to implement Maybe there will be a wrapper for |
Would it be possible to implement
FileExt
forNbdClient
? That way consumers could do a singleread_exact_at
instead of aseek
followed byread_exact
.The text was updated successfully, but these errors were encountered: