rust-vfs icon indicating copy to clipboard operation
rust-vfs copied to clipboard

Add random file access support

Open jalcine opened this issue 2 years ago • 7 comments

Will close https://github.com/manuel-woelker/rust-vfs/issues/35 by providing a light implementation of seekable file support

jalcine avatar Jul 18 '22 21:07 jalcine

Thanks for the PR! It looks like rewind() is not available in 1.40 yet, but seek(SeekFrom::Start(0)) should work as well.

I'll try to take a deeper look tomorrow!

manuel-woelker avatar Jul 20 '22 20:07 manuel-woelker

Good catch w.r.t the tests; I'll patch that up!

(Originally published at: https://jacky.wtf/2022/7/rJ3S)

jalcine avatar Jul 25 '22 14:07 jalcine

It looks the error changes I just merged caused a merge conflict, could you resolve that?

Sorry for the extra work!

manuel-woelker avatar Jul 25 '22 20:07 manuel-woelker

I can! Apologies for the delay!

(Originally published at: https://jacky.wtf/2022/8/Hn2a)

jalcine avatar Aug 17 '22 01:08 jalcine

Thanks for the update! It looks the CI build is still failing, and there seem to be some formatting issues.

Quick note - I'm currently on vacation, might be slow to respond the next week or so.

manuel-woelker avatar Aug 26 '22 18:08 manuel-woelker

Hi again, just wanted to check in. Are you still working on this?

manuel-woelker avatar Sep 12 '22 17:09 manuel-woelker

Hey! I am, just got caught up with some life stuff that's forced me to focus on it. But I am still focused on landing this!

(Originally published at: https://jacky.wtf/2022/9/N-45)

jalcine avatar Sep 12 '22 18:09 jalcine