You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thank you a lot for this excellent library.
I've found myself confused a few times when I'd start interacting with the results of this library that the filesystem is seeked to a somewhat arbitrary position.
I wonder if it would be better to leave it at at either the first byte of the FS, or the last byte of the FS?
In my case I'm writing to a Cursor<Vec> and then using std::io::copy to copy from the cursor to the actual disk, and I got confused when the data being written started from the wrong spot.
Best,
The text was updated successfully, but these errors were encountered:
Hi there, thank you a lot for this excellent library.
I've found myself confused a few times when I'd start interacting with the results of this library that the filesystem is seeked to a somewhat arbitrary position.
I wonder if it would be better to leave it at at either the first byte of the FS, or the last byte of the FS?
In my case I'm writing to a Cursor<Vec> and then using
std::io::copy
to copy from the cursor to the actual disk, and I got confused when the data being written started from the wrong spot.Best,
The text was updated successfully, but these errors were encountered: